Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcurses/screen/
H A Dtgetch.c67 char *chars_onQ = &(cur_term->_chars_on_queue); in tgetch() local
87 if (*chars_onQ == 0) { in tgetch()
103 (*chars_onQ)++; in tgetch()
120 j = *chars_onQ; in tgetch()
121 (*chars_onQ) -= collapse; in tgetch()
195 char *chars_onQ = &(cur_term->_chars_on_queue); in _getkey() local
221 if (*chars_onQ == i) { in _getkey()
222 (*chars_onQ)++; in _getkey()
232 (*chars_onQ)--; in _getkey()
377 chtype *chars_onQ = (chtype *) &(cur_term->_chars_on_queue); in get_xterm_mouse() local
[all …]
H A Dendwin.c162 char chars_onQ = cur_term->_chars_on_queue; in force_doupdate() local
172 cur_term->_chars_on_queue = chars_onQ; in force_doupdate()