Home
last modified time | relevance | path

Searched refs:_called_wgetch (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_getch.c395 sp->_called_wgetch = TRUE; in recur_wgetnstr()
397 sp->_called_wgetch = FALSE; in recur_wgetnstr()
447 !sp->_called_wgetch) { in _nc_wgetch()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1142 bool _called_wgetch; /* check for recursion in wgetch() */ member