Searched refs:skipbits (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/bios/com32/cmenu/
H A Dtest.c341 char skipbits; local
351 skipbits = 0;
436 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
H A Dtest2.c341 char skipbits; local
351 skipbits = SHIFT_PRESSED | CAPSLOCK_ON;
493 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
/external/syslinux/efi32/com32/cmenu/
H A Dtest.c341 char skipbits; local
351 skipbits = 0;
436 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
H A Dtest2.c341 char skipbits; local
351 skipbits = SHIFT_PRESSED | CAPSLOCK_ON;
493 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
/external/syslinux/efi64/com32/cmenu/
H A Dtest.c341 char skipbits; local
351 skipbits = 0;
436 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
H A Dtest2.c341 char skipbits; local
351 skipbits = SHIFT_PRESSED | CAPSLOCK_ON;
493 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd

Completed in 195 milliseconds