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
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...]
  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_bindings.c 266 int rstate, wstate; local
273 wstate = SSL_get_stream_write_state(ssl);
282 report_ssl_state(bio, pfx, 1, wstate, wec);

Completed in 26 milliseconds