HomeSort by: relevance | last modified time | path
    Searched refs:foutptr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcslex.c 198 FILE * foutptr; /* copy of frewrite, but 0 to suppress echo */ variable
285 foutptr = 0;
319 fin=finptr; frew=foutptr;
411 fout = foutptr;
529 * or is KEY. Copy input to foutptr if it is set. Unlike ignorephrases(),
553 frew = foutptr;
674 /* If foutptr is set, copy every character read to foutptr. */
680 fin=finptr; frew=foutptr;
742 * If foutptr is set, the string is also copied unchanged to foutptr
    [all...]
rcsgen.c 358 * Always clears foutptr.
375 foutptr = frewrite;
377 foutptr = 0;
379 foutptr = 0;
rcs.c 903 foutptr = 0;
915 foutptr = frewrite;
927 foutptr = 0;
929 foutptr = frewrite;
930 putstring(foutptr, false, nextdelta->log, true);
931 afputc(nextc, foutptr);
rcsedit.c 606 * If foutptr is nonnull, the string is also copied unchanged to foutptr.
609 while (1 < expandline(finptr,fcopy,delta,true,foutptr,true))
618 * If foutptr is nonnull, the string also copied unchanged to foutptr.
630 frew = foutptr;
687 frew = foutptr;
739 * If foutptr is set, the edit script is also copied verbatim to foutptr.
763 frew = foutptr;
    [all...]
rcsbase.h 544 extern FILE *foutptr;
ci.c 602 foutptr = frewrite;

Completed in 21 milliseconds