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

/openbsd-current/usr.bin/col/
H A Dcol.c96 #define PUTC(ch) \ macro
308 PUTC(SI);
361 PUTC('\n');
367 PUTC(ESC);
368 PUTC('9');
370 PUTC('\r');
447 PUTC('\t');
451 PUTC(' ');
460 PUTC(SI);
463 PUTC(S
[all...]
/openbsd-current/usr.bin/write/
H A Dwrite.c297 #define PUTC(c) if (putchar(c) == EOF) goto err; macro
301 PUTC('\r');
302 PUTC('\n');
308 PUTC(*s);
310 PUTC('?');
317 #undef PUTC macro
/openbsd-current/lib/libcurses/
H A Dcurses.priv.h1364 #define TR_PUTC(c) TR(TRACE_CHARPUT, ("PUTC %#x", UChar(c)))
1421 #define PUTC(ch) do { if(!isWidecExt(ch)) { \ macro
1491 #define PUTC(ch) { \ macro
/openbsd-current/lib/libcurses/tty/
H A Dtty_update.c358 PUTC(CHDEREF(ch));

Completed in 178 milliseconds