OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_RADIOMENU
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/cmenu/libmenu/
cmenu.h
114
OPT_RADIOMENU
, OPT_SEP, OPT_INVISIBLE,
menu.c
218
case
OPT_RADIOMENU
:
436
if (ci->action ==
OPT_RADIOMENU
)
550
if ((opt->action != OPT_SUBMENU) && (opt->action !=
OPT_RADIOMENU
)) {
575
if ((opt->action ==
OPT_RADIOMENU
) && (opt->data != NULL))
581
if (opt->action ==
OPT_RADIOMENU
) {
632
|| (mi->action ==
OPT_RADIOMENU
))) {
[
all
...]
/external/syslinux/com32/cmenu/
complex.c
310
add_item(dhcpnet, "How to initialise network device?",
OPT_RADIOMENU
,
/external/syslinux/bios/com32/cmenu/
test2.c
435
curr = add_item("Network Initialization","How to initialise network device?",
OPT_RADIOMENU
,"netmenu",0);
/external/syslinux/efi32/com32/cmenu/
test2.c
435
curr = add_item("Network Initialization","How to initialise network device?",
OPT_RADIOMENU
,"netmenu",0);
/external/syslinux/efi64/com32/cmenu/
test2.c
435
curr = add_item("Network Initialization","How to initialise network device?",
OPT_RADIOMENU
,"netmenu",0);
Completed in 837 milliseconds