OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tout_pending
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
ite.c
820
static u_char
tout_pending
;
variable in typeref:typename:u_char
826
tout_pending
= 0;
863
if (
tout_pending
) {
865
tout_pending
= 0;
870
} else if (
tout_pending
&& last_char != c) {
873
tout_pending
= 0;
912
if (!
tout_pending
&& caller == ITEFILT_TTY && kbd_ite->key_repeat) {
913
tout_pending
= 1;
917
} else if (!
tout_pending
&& caller == ITEFILT_REPEATER &&
919
tout_pending
= 1
[
all
...]
/src/sys/arch/atari/dev/
ite.c
843
static u_char
tout_pending
;
variable in typeref:typename:u_char
851
tout_pending
= 0;
898
if (
tout_pending
) {
900
tout_pending
= 0;
906
else if (
tout_pending
&& last_char != c) {
911
tout_pending
= 0;
979
if (!
tout_pending
&& caller == ITEFILT_TTY && kbd_ite->key_repeat) {
980
tout_pending
= 1;
984
} else if (!
tout_pending
&& caller==ITEFILT_REPEATER &&
986
tout_pending
= 1
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025