Searched refs:outc (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Ddelay.c71 _delay(int delay, int (*outc)(char)) argument
97 (*outc)(pc);
H A Dtputs.c43 * used to output one character is outc.
51 _tpad(char *cp, int affcnt, int (*outc)(char x))
120 (*outc)(*icp++);
140 (void) _delay(delay, outc);
145 tputs(char *cp, int affcnt, int (*outc)(char)) argument
153 cp = _tpad(cp, affcnt, outc);
155 (*outc)(*cp++);
H A Dvidupdate.c60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) argument
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)) argument
232 1, outc); local
262 (void) tputs(tparm_p0(exit_attribute_mode), 1, outc); local
270 1, outc);
310 _change_color(short newcolor, int (*outc)(char)) argument
323 (void) tputs(tparm_p0(orig_pair), 1, outc); local
340 (void) tputs(tparm_p1(set_color_pair, newcolor), 1, outc); local
348 ptp[newcolor].background), 1, outc); local
352 1, outc); local
358 ptp[newcolor].foreground), 1, outc); local
362 1, outc); local
[all...]
H A Dllib-lcurses622 int _delay(int delay, int (*outc)(char));
1056 int tputs(char *cp, int affcnt, int (*outc)(char));
1087 void vidupdate(chtype newmode, chtype oldmode, int (*outc)(char));
1088 int _change_video(chtype newmode, chtype oldmode, int (*outc)(char),
1090 void _change_color(short newcolor, short oldcolor, int (*outc)(char));
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfflsbuf.c40 uchar outc; local
85 outc = (uchar)c;
86 data = &outc;

Completed in 43 milliseconds