Lines Matching refs:outf
73 char *outf; /* standard output (filename) */ member
229 if (work[thiswork].outf[0] != '\0') {
232 for (q = work[thiswork].outf; *q != '\n'; q++) ;
234 if (freopen(work[thiswork].outf, "w", stdout) == NULL) {
236 work[thiswork].outf);
258 if (work[thiswork].outf[0] != '\0') {
261 for (q=work[thiswork].outf; *q != '\n'; q++)
506 w->outf = ""; in getwork()
509 w->outf = &q[3]; in getwork()
514 if (*w->outf) { in getwork()
516 for (q=w->outf; *q != '\n'; q++) in getwork()