HomeSort by: relevance | last modified time | path
    Searched defs:wstate (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
get_wch.c 51 static short wstate; /* state of the wcinkey function */ variable in typeref:typename:short
66 wstate = INKEY_NORM;
92 if (wstate == INKEY_NORM) {
106 "inkey (wstate normal) got '%s'\n", unctrl(k));
111 wstate = INKEY_ASSEMBLING; /* go to assembling state */
115 } else if (wstate == INKEY_BACKOUT) {
120 wstate = INKEY_ASSEMBLING;
126 } else if (wstate == INKEY_ASSEMBLING) {
148 "inkey (wstate assembling) got '%s'\n", unctrl(k));
156 wstate = INKEY_TIMEOUT
    [all...]
get_wch.c 51 static short wstate; /* state of the wcinkey function */ variable in typeref:typename:short
66 wstate = INKEY_NORM;
92 if (wstate == INKEY_NORM) {
106 "inkey (wstate normal) got '%s'\n", unctrl(k));
111 wstate = INKEY_ASSEMBLING; /* go to assembling state */
115 } else if (wstate == INKEY_BACKOUT) {
120 wstate = INKEY_ASSEMBLING;
126 } else if (wstate == INKEY_ASSEMBLING) {
148 "inkey (wstate assembling) got '%s'\n", unctrl(k));
156 wstate = INKEY_TIMEOUT
    [all...]

Completed in 20 milliseconds