OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftkey
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/include/
menu.h
183
extern int
shiftkey
;
/external/syslinux/com32/menu/
menumain.c
760
/* If we're in
shiftkey
mode, exit immediately unless a shift key
762
if (
shiftkey
&& !shift_is_held()) {
765
shiftkey
= 0;
readconfig.c
36
int
shiftkey
= 0; /* Only display menu if shift key pressed */
variable
712
} else if (looking_at(p, "
shiftkey
")) {
713
shiftkey
= 1;
/external/syslinux/com32/elflink/ldlinux/
readconfig.c
98
int
shiftkey
= 0; /* Only display menu if shift key pressed */
variable
938
} else if (looking_at(p, "
shiftkey
")) {
939
shiftkey
= 1;
[
all
...]
Completed in 3570 milliseconds