Searched refs:foutptr (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | rcslex.c | 198 FILE * foutptr; /* copy of frewrite, but 0 to suppress echo */ variable 285 foutptr = 0; in Lexinit() 319 fin=finptr; frew=foutptr; in nextlex() 411 fout = foutptr; in eoflex() 553 frew = foutptr; 680 fin=finptr; frew=foutptr; in readstring() 755 fin=finptr; frew=foutptr;
|
| HD | rcsgen.c | 375 foutptr = frewrite; 377 foutptr = 0; 379 foutptr = 0;
|
| HD | rcsedit.c | 609 while (1 < expandline(finptr,fcopy,delta,true,foutptr,true)) 630 frew = foutptr; in copystring() 687 frew = foutptr; in enterstring() 763 frew = foutptr; 1851 foutptr = frewrite;
|
| HD | rcsbase.h | 552 extern FILE *foutptr;
|
| /dragonfly/gnu/usr.bin/rcs/rcs/ |
| HD | 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);
|
| /dragonfly/gnu/usr.bin/rcs/ci/ |
| HD | ci.c | 648 foutptr = frewrite;
|