Home
last modified time | relevance | path

Searched refs:_outwch (Results 1 – 6 of 6) sorted by relevance

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