Home
last modified time | relevance | path

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

/netbsd/external/gpl2/rcs/dist/src/
H A Drcsgen.c419 aputc_('\n', frew)
490 aputc_(*Khead, fout) in putadmin()
525 aputc_('\n', fout) in putadmin()
618 aputc_(SDELIM, out)
622 aputc_(SDELIM, out)
623 aputc_(*sp++, out)
626 aputc_('\n', out)
627 aputc_(SDELIM, out)
650 aputc_('\n', fout)
666 aputc_(c, fout)
[all …]
H A Drcsedit.c408 aputc_(c, f)
590 aputc_(c, fc)
655 aputc_(c,fcop) in copystring()
832 aputc_(c, f)
902 aputc_(c,out)
908 aputc_(c,out)
1007 default: aputc_(c, out) break;
H A Drcslex.c429 aputc_(c, fout) in eoflex()
606 aputc_(c, frew)
628 aputc_(c, frew)
731 aputc_(c,fout) in printstring()
1439 aputc_(c,f)
H A Drcsbase.h311 #define aputc_(c,o) { if (putc(c,o)==EOF) testOerror(o); } macro
314 #define GETCeof_(o,c,s) { cachegeteof_(c,s) if (o) aputc_(c,o) }
315 #define GETC_(o,c) { cacheget_(c) if (o) aputc_(c,o) }
H A Drlog.c394 aputc_('\n', out)