OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cursesi_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcurses/
get_wch.c
52
extern short
_cursesi_state
; /* storage declared in getch.c */
203
_cursesi_state
= wstate = INKEY_NORM;
209
_cursesi_state
= wstate = INKEY_BACKOUT;
259
_cursesi_state
= wstate = INKEY_NORM;
267
_cursesi_state
= wstate = INKEY_BACKOUT;
343
_cursesi_state
= wstate = INKEY_NORM;
351
_cursesi_state
= wstate = INKEY_BACKOUT;
372
_cursesi_state
= wstate = INKEY_NORM;
379
_cursesi_state
= wstate = INKEY_BACKOUT;
getch.c
50
short
_cursesi_state
; /* state of the inkey function */
variable in typeref:typename:short
439
_cursesi_state
= INKEY_NORM;
547
if (
_cursesi_state
== INKEY_NORM) {
569
_cursesi_state
= INKEY_ASSEMBLING;
571
} else if (
_cursesi_state
== INKEY_BACKOUT) {
579
_cursesi_state
= INKEY_ASSEMBLING;
581
} else if (
_cursesi_state
== INKEY_ASSEMBLING) {
611
_cursesi_state
= INKEY_TIMEOUT;
628
if (((
_cursesi_state
== INKEY_TIMEOUT) || (mapping < 0))
638
_cursesi_state
= INKEY_NORM
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025