Searched refs:shiftkey (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/include/
H A Dmenu.h183 extern int shiftkey;
/external/syslinux/com32/menu/
H A Dmenumain.c760 /* If we're in shiftkey mode, exit immediately unless a shift key
762 if (shiftkey && !shift_is_held()) {
765 shiftkey = 0;
H A Dreadconfig.c36 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/
H A Dreadconfig.c98 int shiftkey = 0; /* Only display menu if shift key pressed */ variable
938 } else if (looking_at(p, "shiftkey")) {
939 shiftkey = 1;

Completed in 143 milliseconds