Searched refs:putstring (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/devices/grotty/ |
H A D | tty.cpp | 35 #define putstring(s) fputs(s, stdout) macro 321 putstring(SGR_ITALIC); in make_underline() 323 putstring(SGR_REVERSE); in make_underline() 325 putstring(SGR_UNDERLINE); in make_underline() 345 putstring(SGR_BOLD); in make_bold() 572 putstring(buf); in put_char() 581 putstring(SGR_DEFAULT); in put_color() 584 putstring(SGR_BOLD); in put_color() 587 putstring(SGR_ITALIC); in put_color() 589 putstring(SGR_REVERSE); in put_color() [all …]
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsgen.c | 418 putstring(frew, false, desclean, true); 517 putstring(fout, true, Comment, false); in putadmin() 605 putstring(out, delim, s, log) in putstring() function 649 putstring(fout, true, delta->log, true);
|
H A D | rcsbase.h | 682 void putstring P((FILE*,int,struct cbuf,int));
|
H A D | rcs.c | 930 putstring(foutptr, false, nextdelta->log, true);
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.118 | 2272 * src/devices/grotty/tty.cc (putstring): New define instead of
|