outc
#define putc(c, file) outc(c, file)
outc(*p++, file);
outc(c, file);
#define out1c(c) outc(c, out1);
(void)tputs(str, 1, outc);
(void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc);
(void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc);
int outc(int);
tputs(buf, 0, outc);
tputs(clear_tabs, 0, outc);
tputs(tg_out, 1, outc);
tputs(Set_tab, 0, outc);
outc(' ', 1);
outc(obuf[i].c_char, obuf[i].c_width);
static void outc(wint_t, int);
char outc;
switch(ret = unvis(&outc, (char)c, &state, eflags)) {
putchar(outc);
putchar(outc);
if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
putchar(outc);