Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/col/
HDcol.c118 #define PUTC(ch) \ macro
359 PUTC(SI); in main()
418 PUTC('\n'); in flush_blanks()
420 PUTC(ESC); in flush_blanks()
421 PUTC(FHLF); in flush_blanks()
423 PUTC('\r'); in flush_blanks()
507 PUTC(' '); in flush_line()
509 PUTC('\t'); in flush_line()
515 PUTC(' '); in flush_line()
523 PUTC(SI); in flush_line()
[all …]
/freebsd-13-stable/usr.bin/write/
HDwrite.c343 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL); in wr_fputs() macro
347 PUTC(L'\r'); in wr_fputs()
348 PUTC(L'\n'); in wr_fputs()
350 PUTC(*s); in wr_fputs()
356 #undef PUTC in wr_fputs()
/freebsd-13-stable/contrib/ncurses/ncurses/
HDcurses.priv.h1567 #define PUTC(ch) do { if(!isWidecExt(ch)) { \ macro
1637 #define PUTC(ch) { \ macro
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
HDtty_update.c356 PUTC(CHDEREF(ch)); in PutAttrChar()
/freebsd-13-stable/contrib/ncurses/
HDNEWS6134 + improve error recovery in PUTC() macro when wcrtomb() does not
7346 + modify PutAttrChar() and PUTC() macro to improve use of
7850 + modify PUTC() and Charable() macros to make wide-character line
9031 + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
9055 + use putwc() in PUTC() macro.
9102 + add/use PUTC_DATA, PUTC() macros.