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

/freebsd-11-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
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c297 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL); macro
310 #undef PUTC macro
/freebsd-11-stable/usr.bin/col/
H A Dcol.c117 #define PUTC(ch) \ macro
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h1405 #define PUTC(ch) do { if(!isWidecExt(ch)) { \ macro
1471 #define PUTC(ch) NCURSES_OUTC_FUNC (NCURSES_SP_ARGx (int) ch) macro

Completed in 169 milliseconds