Home
last modified time | relevance | path

Searched refs:ontimeout (Results 1 – 23 of 23) sorted by relevance

/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c87 const char *ontimeout = NULL; //"ontimeout" command line variable
217 m->ontimeout = refstr_get(parent->ontimeout); in new_menu()
1208 ontimeout = refstrdup(skipspace(p + 9)); in parse_config_file()
1209 ontimeoutlen = strlen(ontimeout); in parse_config_file()
1566 if (m->ontimeout) in parse_configs()
1567 m->ontimeout = unlabel(m->ontimeout); in parse_configs()
Dconfig.h38 extern const char *ontimeout; //"ontimeout" command line
Dldlinux.c271 load_kernel(ontimeout); in enter_cmdline()
/external/syslinux/com32/menu/
Dmenumain.c737 if (cm->ontimeout) in do_hidden_menu()
738 return cm->ontimeout; in do_hidden_menu()
792 draw_menu(cm->ontimeout ? -1 : entry, top, 1); in run_menu()
794 cm->ontimeout ? cm->ontimeout : cm->menu_entries[entry]->cmdline; in run_menu()
Dreadconfig.c187 m->ontimeout = refstr_get(parent->ontimeout); in new_menu()
1044 m->ontimeout = refstrdup(skipspace(p + 9)); in parse_config_file()
1166 if (m->ontimeout) in parse_configs()
1167 m->ontimeout = unlabel(m->ontimeout); in parse_configs()
/external/syslinux/core/
Dkeywords32 ontimeout
Dkeywords.inc75 keyword ontimeout, pc_ontimeout
/external/syslinux/com32/hdt/
Dhdt-menu.c90 TIMEOUTCODE ontimeout(void) in ontimeout() function
142 reg_ontimeout(ontimeout, 1000, 0); in setup_menu()
Dhdt-menu.h88 TIMEOUTCODE ontimeout(void);
/external/syslinux/efi64/com32/cmenu/
Dtest.c166 TIMEOUTCODE ontimeout(void) in ontimeout() function
372 reg_ontimeout(ontimeout,timeout*10,0); in main()
Dtest2.c166 TIMEOUTCODE ontimeout(void) in ontimeout() function
372 reg_ontimeout(ontimeout,timeout*10,0); in main()
/external/syslinux/bios/com32/cmenu/
Dtest.c166 TIMEOUTCODE ontimeout(void) in ontimeout() function
372 reg_ontimeout(ontimeout,timeout*10,0); in main()
Dtest2.c166 TIMEOUTCODE ontimeout(void) in ontimeout() function
372 reg_ontimeout(ontimeout,timeout*10,0); in main()
/external/syslinux/com32/cmenu/
Dcomplex.c57 TIMEOUTCODE ontimeout(void) in ontimeout() function
280 reg_ontimeout(ontimeout, 10, 0); in main()
Dadv_menu.tpl186 TIMEOUTCODE ontimeout(void)
393 // Register the ontimeout handler, with a time out of 10 seconds
394 reg_ontimeout(ontimeout,timeout*10,0);
DREADME83 The user can register an ontimeout handler, which gets called if
DMENU_FORMAT261 in the "ontimeout" context. In case the user gives a Terminal command which does not make sense, it
/external/syslinux/efi32/com32/cmenu/
Dtest.c166 TIMEOUTCODE ontimeout(void) in ontimeout() function
372 reg_ontimeout(ontimeout,timeout*10,0); in main()
Dtest2.c166 TIMEOUTCODE ontimeout(void) in ontimeout() function
372 reg_ontimeout(ontimeout,timeout*10,0); in main()
/external/syslinux/com32/cmenu/libmenu/
Dmenu.c50 if ((ms->ontimeout == NULL) && (ms->ontotaltimeout == NULL)) in getch()
53 th = ms->ontimeout; in getch()
718 ms->ontimeout = NULL; // No timeout handler in init_menusystem()
870 ms->ontimeout = handler; in reg_ontimeout()
879 ms->ontimeout = NULL; in unreg_ontimeout()
Dcmenu.h189 t_timeout_handler ontimeout; // Timeout handler member
/external/syslinux/com32/include/
Dmenu.h167 const char *ontimeout; member
/external/syslinux/
DNEWS970 * Simple menu system: "ontimeout" should now work correctly.
1183 * Add new configuration command "ontimeout" to allow timeout