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

/osnet-11/usr/src/lib/libcurses/screen/
H A Doutch.c53 return (_outwch((chtype)c));
57 _outwch(chtype c) function
H A Dwrefresh.c738 (void) _outwch(tilde_glitch && _CHAR(wc) == '~' ? '`' : wc);
746 (void) _outwch(*wcp);
920 (void) _outwch(_CHAR(wc) == '~' &&
1062 (void) _outwch(tilde_glitch &&
1066 (void) _outwch(wcp[ix]);
1091 (void) _outwch(curscr->_y[cy][ix]);
1102 (void) _outwch(wcp[x]);
1109 (void) _outwch(tilde_glitch && _CHAR(wcp[wx]) == '~' ? '`' : wcp[wx]);
1121 (void) _outwch(wcp[x]);
H A Dmvcur.c377 (void) _outwch(_CHAR(scp[x]));
380 (void) _outwch(_CHAR(scp[x]));
H A Dcurshdr.h270 extern int _outwch(chtype);
H A Dllib-lcurses857 int _outwch(chtype c);

Completed in 30 milliseconds