HomeSort by relevance Sort by last modified time
    Searched refs:skipcmd (Results 1 - 6 of 6) sorted by null

  /external/syslinux/bios/com32/cmenu/
test.c 342 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
test2.c 342 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/
test.c 342 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
test2.c 342 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/
test.c 342 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
test2.c 342 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 376 milliseconds