Home
last modified time | relevance | path

Searched refs:_nc_waddch_nosync (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_insch.c79 _nc_waddch_nosync(win, wch); in NCURSES_EXPORT()
H A Dlib_addstr.c73 if (_nc_waddch_nosync(win, ch) == ERR) { in NCURSES_EXPORT()
H A Dlib_addch.c549 _nc_waddch_nosync(WINDOW *win, const NCURSES_CH_T c) in _nc_waddch_nosync() function
/freebsd/contrib/ncurses/misc/
H A Dncurses.def136 "_nc_waddch_nosync" @1028 NONAME
H A Dncurses.ref563 "_nc_waddch_nosync" @1028 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest105 #undef _nc_waddch_nosync
106 int _nc_waddch_nosync(
H A Dllib-lncurses105 #undef _nc_waddch_nosync
106 int _nc_waddch_nosync(
H A Dcurses.priv.h2201 extern NCURSES_EXPORT(int) _nc_waddch_nosync (WINDOW *, const NCURSES_CH_T);
H A Dllib-lncursestw111 #undef _nc_waddch_nosync
112 int _nc_waddch_nosync(
H A Dllib-lncursesw111 #undef _nc_waddch_nosync
112 int _nc_waddch_nosync(
/freebsd/contrib/ncurses/
H A DNEWS14059 + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()