outc
(*outc)(PC);
tputs(char *cp, int affcnt, void (*outc)(int))
(*outc)(*cp++);
1, outc);
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc);
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc);
set_foreground_color(NCURSES_SP_ARGx fg, outc);
set_background_color(NCURSES_SP_ARGx bg, outc);
_nc_do_color(int old_pair, int pair, int reverse, NCURSES_OUTC outc)
SetSafeOutcWrapper(outc);
set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc)
CallDriver_3(SP_PARM, td_color, FALSE, bg, outc);
1, outc);
1, outc);
set_foreground_color(NCURSES_SP_DCLx int fg, NCURSES_SP_OUTC outc)
CallDriver_3(SP_PARM, td_color, TRUE, fg, outc);
1, outc);
1, outc);
NCURSES_SP_OUTC outc)
CallDriver_4(SP_PARM, td_docolor, old_pair, pair, reverse, outc);
#define SetSafeOutcWrapper(outc) \
sp->jump = outc
NCURSES_SP_OUTC outc)
if (outc == NCURSES_SP_NAME(_nc_outch)) {
TR_FUNC_ARG(0, outc));
SetOutCh(outc); /* redirect delay_output() */
(*outc) (NCURSES_SP_ARGx *string);
(*outc) (NCURSES_SP_ARGx '$');
(*outc) (NCURSES_SP_ARGx *string);
(*outc) (NCURSES_SP_ARGx '$');
(*outc) (NCURSES_SP_ARGx '<');
tputs(const char *string, int affcnt, int (*outc) (int))
SetSafeOutcWrapper(outc);
NCURSES_SP_OUTC outc)
TIPARM_1(set_a_foreground, color), 1, outc);
toggled_colors(color)), 1, outc);
TIPARM_1(set_a_background, color), 1, outc);
toggled_colors(color)), 1, outc);
NCURSES_SP_OUTC outc)
TIPARM_1(set_color_pair, pair), 1, outc);
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc);
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc);
drv_setcolor(TCB, TRUE, fg, outc);
drv_setcolor(TCB, FALSE, bg, outc);
tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED)
reverse, outc); \
NCURSES_SP_OUTC outc)
1, outc);
vidputs(chtype newmode, NCURSES_OUTC outc)
SetSafeOutcWrapper(outc);
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
1, outc);
returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc));
NCURSES_OUTC outc)
SetSafeOutcWrapper(outc);
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
reverse, outc); \
NCURSES_SP_OUTC outc)
extern void outc PROTO ((int));
outc('\n');
outc('\n');
outc('\n');
outc('\n');
outc('\n');
outc('\t');
outc('\n');
outc(' ');
outc('\n');
outc('\n');
outc(',');
outc(',');
outc(',');
outc(',');
outc('\n');
outc('\n');
outc(L' ', 1);
outc(obuf[i].c_char, obuf[i].c_width);
void outc(wchar_t, int);
if (unvis(&outc, (char)0, &state, UNVIS_END) == UNVIS_VALID)
putchar(outc);
char outc;
switch(ret = unvis(&outc, (char)c, &state, 0)) {
putchar(outc);
putchar(outc);