Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c70 char *chars_onQ = &(cur_term->_chars_on_queue); in tgetch() local
90 if (*chars_onQ == 0) { in tgetch()
106 (*chars_onQ)++; in tgetch()
123 j = *chars_onQ; in tgetch()
124 (*chars_onQ) -= collapse; in tgetch()
198 char *chars_onQ = &(cur_term->_chars_on_queue); in _getkey() local
224 if (*chars_onQ == i) { in _getkey()
225 (*chars_onQ)++; in _getkey()
235 (*chars_onQ)--; in _getkey()
380 chtype *chars_onQ = (chtype *) &(cur_term->_chars_on_queue); in get_xterm_mouse() local
[all …]
H A Dendwin.c160 char chars_onQ = cur_term->_chars_on_queue; in force_doupdate() local
170 cur_term->_chars_on_queue = chars_onQ; in force_doupdate()