Home
last modified time | relevance | path

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

/freebsd/usr.bin/col/
H A Dcol.c105 #define PUTC(ch) \ macro
346 PUTC(SI); in main()
405 PUTC('\n'); in flush_blanks()
407 PUTC(ESC); in flush_blanks()
408 PUTC(FHLF); in flush_blanks()
410 PUTC('\r'); in flush_blanks()
494 PUTC(' '); in flush_line()
496 PUTC('\t'); in flush_line()
502 PUTC(' '); in flush_line()
510 PUTC(SI); in flush_line()
[all …]
/freebsd/usr.bin/write/
H A Dwrite.c330 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL); in wr_fputs() macro
334 PUTC(L'\r'); in wr_fputs()
335 PUTC(L'\n'); in wr_fputs()
337 PUTC(*s); in wr_fputs()
343 #undef PUTC in wr_fputs()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1498 #define PUTC(ch) do { if(!isWidecExt(ch)) { \ macro
1572 #define PUTC(ch) { \ macro
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c365 PUTC(CHDEREF(ch)); in PutAttrChar()
/freebsd/contrib/ncurses/
H A DNEWS8331 + improve error recovery in PUTC() macro when wcrtomb() does not
9543 + modify PutAttrChar() and PUTC() macro to improve use of
10047 + modify PUTC() and Charable() macros to make wide-character line
11228 + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
11252 + use putwc() in PUTC() macro.
11299 + add/use PUTC_DATA, PUTC() macros.