Searched refs:_outwch (Results 1 – 6 of 6) sorted by relevance
53 return (_outwch((chtype)c)); in _outch()57 _outwch(chtype c) in _outwch() function
738 (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()
377 (void) _outwch(_CHAR(scp[x])); in _mvright()380 (void) _outwch(_CHAR(scp[x])); in _mvright()
270 extern int _outwch(chtype);
495 _outwch;
857 int _outwch(chtype c);