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

/external/syslinux/bios/com32/cmenu/
H A Dtest.c342 char skipcmd[MAX_CMD_LINE_LENGTH]; local
436 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
H A Dtest2.c342 char skipcmd[MAX_CMD_LINE_LENGTH]; local
493 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
/external/syslinux/efi32/com32/cmenu/
H A Dtest.c342 char skipcmd[MAX_CMD_LINE_LENGTH]; local
436 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
H A Dtest2.c342 char skipcmd[MAX_CMD_LINE_LENGTH]; local
493 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
/external/syslinux/efi64/com32/cmenu/
H A Dtest.c342 char skipcmd[MAX_CMD_LINE_LENGTH]; local
436 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
H A Dtest2.c342 char skipcmd[MAX_CMD_LINE_LENGTH]; local
493 if (getshiftflags() & skipbits) { // we must skip the menu altogther and execute skipcmd
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit

Completed in 518 milliseconds