Home | History | Annotate | Download | only in libterminfo

Lines Matching refs:outc

82     int (*outc)(int, void *), void *args)
92 outc(pc, args);
97 const char *str, int affcnt, int (*outc)(int, void *), void *args)
113 outc(*str, args);
119 _ti_outputdelay(delay, os, pc, outc, args);
125 _ti_outputdelay(taildelay, os, pc, outc, args);
132 int (*outc)(int, void *), void *args)
138 _DIAGASSERT(outc != NULL);
152 str, affcnt, outc, args);
165 tputs(const char *str, int affcnt, int (*outc)(int))
168 _DIAGASSERT(outc != NULL);
170 (int (*)(int, void *))(void *)outc, NULL);