Lines Matching defs:outc
60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char))
107 outc)) == -1) {
116 _change_color(newcolor, outc);
126 _change_color(newcolor, outc);
128 (void) _change_video(newvideo, oldvideo, outc);
131 (void) _change_video(newvideo, oldvideo, outc);
136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char))
232 1, outc);
262 (void) tputs(tparm_p0(exit_attribute_mode), 1, outc);
270 1, outc);
286 1, outc);
302 (void) tputs(cursor_left, 1, outc);
310 _change_color(short newcolor, int (*outc)(char))
323 (void) tputs(tparm_p0(orig_pair), 1, outc);
340 (void) tputs(tparm_p1(set_color_pair, newcolor), 1, outc);
348 ptp[newcolor].background), 1, outc);
352 1, outc);
358 ptp[newcolor].foreground), 1, outc);
362 1, outc);
388 (void) tputs(enter_bold_mode, 1, outc);