Searched refs:OPT_RADIOMENU (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/cmenu/libmenu/ |
D | menu.c | 218 case OPT_RADIOMENU: in print_line() 436 if (ci->action == OPT_RADIOMENU) in getmenuoption() 550 if ((opt->action != OPT_SUBMENU) && (opt->action != OPT_RADIOMENU)) { in runmenusystem() 575 if ((opt->action == OPT_RADIOMENU) && (opt->data != NULL)) in runmenusystem() 581 if (opt->action == OPT_RADIOMENU) { in runmenusystem() 632 || (mi->action == OPT_RADIOMENU))) { in fix_submenus() 1191 case OPT_RADIOMENU: in add_item() 1244 case OPT_RADIOMENU: in append_line_helper()
|
D | cmenu.h | 114 OPT_RADIOMENU, OPT_SEP, OPT_INVISIBLE, enumerator
|
/external/syslinux/com32/cmenu/ |
D | complex.c | 310 add_item(dhcpnet, "How to initialise network device?", OPT_RADIOMENU, in main()
|
D | MANUAL | 101 * OPT_RADIOMENU: associates this with a radio menu.
|
/external/syslinux/bios/com32/cmenu/ |
D | test2.c | 435 …curr = add_item("Network Initialization","How to initialise network device?",OPT_RADIOMENU,"netmen… in main()
|
/external/syslinux/efi32/com32/cmenu/ |
D | test2.c | 435 …curr = add_item("Network Initialization","How to initialise network device?",OPT_RADIOMENU,"netmen… in main()
|
/external/syslinux/efi64/com32/cmenu/ |
D | test2.c | 435 …curr = add_item("Network Initialization","How to initialise network device?",OPT_RADIOMENU,"netmen… in main()
|