OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025