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

  /external/syslinux/com32/elflink/ldlinux/
config.h 23 extern short ontimeoutlen; //bytes in ontimeout command
38 extern const char *ontimeout; //"ontimeout" command line
readconfig.c 74 short ontimeoutlen = 0; //bytes in ontimeout command
87 const char *ontimeout = NULL; //"ontimeout" command line variable
217 m->ontimeout = refstr_get(parent->ontimeout);
1207 } else if (looking_at(p, "ontimeout")) {
1208 ontimeout = refstrdup(skipspace(p + 9));
1209 ontimeoutlen = strlen(ontimeout);
    [all...]
ldlinux.c 271 load_kernel(ontimeout);
  /external/syslinux/com32/hdt/
hdt-menu.h 88 TIMEOUTCODE ontimeout(void);
hdt-menu.c 90 TIMEOUTCODE ontimeout(void) function
141 /* Register the ontimeout handler, with a time out of 10 seconds */
142 reg_ontimeout(ontimeout, 1000, 0);
  /external/syslinux/com32/include/
menu.h 167 const char *ontimeout; member in struct:menu
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 189 t_timeout_handler ontimeout; // Timeout handler member in struct:s_menusystem
menu.c 40 // This is same as inputc except it honors the ontimeout handler
50 if ((ms->ontimeout == NULL) && (ms->ontotaltimeout == NULL))
53 th = ms->ontimeout;
718 ms->ontimeout = NULL; // No timeout handler
870 ms->ontimeout = handler;
879 ms->ontimeout = NULL;
    [all...]
  /external/syslinux/bios/com32/cmenu/
test.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
test2.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
  /external/syslinux/com32/cmenu/
complex.c 57 TIMEOUTCODE ontimeout(void) function
279 // Register the ontimeout handler, with a time out of 10 seconds
280 reg_ontimeout(ontimeout, 10, 0);
  /external/syslinux/efi32/com32/cmenu/
test.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
test2.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
  /external/syslinux/efi64/com32/cmenu/
test.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
test2.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
  /external/syslinux/com32/menu/
readconfig.c 187 m->ontimeout = refstr_get(parent->ontimeout);
1043 } else if (looking_at(p, "ontimeout")) {
1044 m->ontimeout = refstrdup(skipspace(p + 9));
1166 if (m->ontimeout)
1167 m->ontimeout = unlabel(m->ontimeout);
menumain.c 737 if (cm->ontimeout)
738 return cm->ontimeout;
792 draw_menu(cm->ontimeout ? -1 : entry, top, 1);
794 cm->ontimeout ? cm->ontimeout : cm->menu_entries[entry]->cmdline;

Completed in 298 milliseconds