Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Doutch.c51 return (_outwch((chtype)c)); in _outch()
55 _outwch(chtype c) in _outwch() function
H A Dwrefresh.c741 (void) _outwch(tilde_glitch && _CHAR(wc) == '~' ? '`' : wc); in _updateln()
749 (void) _outwch(*wcp); in _updateln()
923 (void) _outwch(_CHAR(wc) == '~' && in _useidch()
1065 (void) _outwch(tilde_glitch && in _rmargin()
1069 (void) _outwch(wcp[ix]); in _rmargin()
1094 (void) _outwch(curscr->_y[cy][ix]); in _rmargin()
1105 (void) _outwch(wcp[x]); in _rmargin()
1112 (void) _outwch(tilde_glitch && _CHAR(wcp[wx]) == '~' ? '`' : wcp[wx]); in _rmargin()
1124 (void) _outwch(wcp[x]); in _rmargin()
H A Dmvcur.c375 (void) _outwch(_CHAR(scp[x])); in _mvright()
378 (void) _outwch(_CHAR(scp[x])); in _mvright()
H A Dcurshdr.h268 extern int _outwch(chtype);
H A Dmapfile-vers685 _outwch;