Searched refs:aputc_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcsgen.c416 aputc_('\n', frew)
486 aputc_(*Khead, fout)
521 aputc_('\n', fout)
614 aputc_(SDELIM, out)
618 aputc_(SDELIM, out)
619 aputc_(*sp++, out)
622 aputc_('\n', out)
623 aputc_(SDELIM, out)
646 aputc_('\n', fout)
661 if (c==SDELIM) aputc_(SDELI
[all...]
H A Drcsedit.c405 aputc_(c, f)
587 aputc_(c, fc)
652 aputc_(c,fcop)
829 aputc_(c, f)
899 aputc_(c,out)
905 aputc_(c,out)
1004 default: aputc_(c, out) break;
H A Drcslex.c426 aputc_(c, fout)
603 aputc_(c, frew)
625 aputc_(c, frew)
728 aputc_(c,fout)
1432 /* afputc(c,f); acts like aputc_(c,f) but is smaller and slower. */
1436 aputc_(c,f)
H A Drcsbase.h308 #define aputc_(c,o) { if (putc(c,o)==EOF) testOerror(o); } macro
311 #define GETCeof_(o,c,s) { cachegeteof_(c,s) if (o) aputc_(c,o) }
312 #define GETC_(o,c) { cacheget_(c) if (o) aputc_(c,o) }
/freebsd-10.2-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c401 aputc_('\n', out)

Completed in 100 milliseconds