Searched refs:_outwch (Results 1 – 5 of 5) sorted by relevance
51 return (_outwch((chtype)c)); in _outch()55 _outwch(chtype c) in _outwch() function
741 (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()
375 (void) _outwch(_CHAR(scp[x])); in _mvright()378 (void) _outwch(_CHAR(scp[x])); in _mvright()
268 extern int _outwch(chtype);
685 _outwch;