Searched refs:outc (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() 107 outc)) == -1) { in vidupdate() 116 _change_color(newcolor, outc); in vidupdate() 126 _change_color(newcolor, outc); in vidupdate() 128 (void) _change_video(newvideo, oldvideo, outc); in vidupdate() 131 (void) _change_video(newvideo, oldvideo, outc); in vidupdate() 136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video() 232 1, outc); in _change_video() 262 (void) tputs(tparm_p0(exit_attribute_mode), 1, outc); in _change_video() 270 1, outc); in _change_video() [all …]
|
H A D | tputs.c | 51 _tpad(char *cp, int affcnt, int (*outc)(char x)) in _tpad() 120 (*outc)(*icp++); in _tpad() 140 (void) _delay(delay, outc); in _tpad() 145 tputs(char *cp, int affcnt, int (*outc)(char)) in tputs() 153 cp = _tpad(cp, affcnt, outc); in tputs() 155 (*outc)(*cp++); in tputs()
|
H A D | delay.c | 71 _delay(int delay, int (*outc)(char)) in _delay() 97 (*outc)(pc); in _delay()
|
H A D | llib-lcurses | 622 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));
|
/titanic_41/usr/src/ucblib/libtermcap/ |
H A D | tputs.c | 69 tputs(char *cp, int affcnt, int (*outc)(char)) in tputs() 108 (*outc)(*cp++); in tputs() 129 (*outc)(PC); in tputs()
|
/titanic_41/usr/src/cmd/col/ |
H A D | col.c | 68 static void outc(wchar_t); 135 outc(ESC); in main() 200 outc(ESC); in main() 257 outc((wchar_t)c); in main() 269 outc(wc); in main() 272 outc((wchar_t)c); in main() 276 outc((wchar_t)c); in main() 298 outc(wchar_t c) in outc() function
|
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfflsbuf.c | 40 uchar outc; local 85 outc = (uchar)c; 86 data = &outc;
|
/titanic_41/usr/src/cmd/ul/ |
H A D | ul.c | 71 void outc(wchar_t c); 301 outc(L' '); in flushln() 303 outc(obuf[i].c_char); in flushln() 588 outc(wchar_t c) in outc() function
|