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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c405 waddch_nosync(WINDOW *win, const NCURSES_CH_T ch) function
520 /* export copy of waddch_nosync() so the string-put functions can use it */
522 return (waddch_nosync(win, c));
543 if (win && (waddch_nosync(win, wch) != ERR)) {
563 if (win && (waddch_nosync(win, wch) != ERR)) {

Completed in 101 milliseconds