Searched refs:PUTC (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/col/
H A Dcol.c117 #define PUTC(ch) \ macro
359 PUTC(SI);
412 PUTC('\n');
414 PUTC(ESC);
415 PUTC(FHLF);
417 PUTC('\r');
501 PUTC(' ');
503 PUTC('\t');
509 PUTC(' ');
517 PUTC(S
[all...]
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Doutput.cpp55 # define PUTC(X,Y) do { putc((X),(Y)); putc((X), stderr); fflush(stderr); } while (0) macro
59 # define PUTC(X,Y) do { putc((X),(Y)); } while (0) macro
164 PUTC(c, fp);
172 PUTC('\n', fp);
187 PUTC('\n', fp);
199 PUTC('\n', fp);
292 PUTC(c, fp);
/freebsd-10-stable/usr.bin/write/
H A Dwrite.c297 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL); macro
301 PUTC(L'\r');
302 PUTC(L'\n');
304 PUTC(*s);
310 #undef PUTC macro
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c295 PUTC(CHDEREF(ch), SP->_ofp); /* macro's fastest... */

Completed in 118 milliseconds