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

  /external/syslinux/com32/cmenu/
display.c 33 runhelp(argv[1]);
  /external/syslinux/com32/cmenu/libmenu/
help.h 42 void runhelp(const char *filename);
help.c 198 void runhelp(const char *filename) function
218 runhelp(filename);
  /external/syslinux/bios/com32/cmenu/
test.c 145 if (strcmp(curr,".help")==0) runhelp(args);
445 if (startfile[0] != '\0') runhelp(startfile);
test2.c 145 if (strcmp(curr,".help")==0) runhelp(args);
502 if (startfile[0] != '\0') runhelp(startfile);
  /external/syslinux/efi32/com32/cmenu/
test.c 145 if (strcmp(curr,".help")==0) runhelp(args);
445 if (startfile[0] != '\0') runhelp(startfile);
test2.c 145 if (strcmp(curr,".help")==0) runhelp(args);
502 if (startfile[0] != '\0') runhelp(startfile);
  /external/syslinux/efi64/com32/cmenu/
test.c 145 if (strcmp(curr,".help")==0) runhelp(args);
445 if (startfile[0] != '\0') runhelp(startfile);
test2.c 145 if (strcmp(curr,".help")==0) runhelp(args);
502 if (startfile[0] != '\0') runhelp(startfile);

Completed in 380 milliseconds