Searched refs:textfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c346 putdesc(textflag, textfile)
348 char *textfile;
351 * Otherwise, if textfile, the text is read from that
352 * file, or from stdin, if !textfile.
353 * A textfile with a leading '-' is treated as a string, not a pathname.
383 if (!textfile)
389 if (*textfile == '-') {
390 p = textfile + 1;
393 if (!(txt = fopenSafer(textfile, "r")))
394 efaterror(textfile);
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c287 char *a, **newargv, *textfile; variable
302 author = rev = state = textfile = 0;
395 if (textfile) redefined('t');
396 textfile = a;
579 putdesc(false,textfile);
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c283 char *a, **newargv, *textfile; variable
300 branchsym = commsyml = textfile = 0;
445 if (textfile) redefined('t');
446 textfile = a;
605 putdesc(textflag,textfile);

Completed in 56 milliseconds