Searched refs:OPT_INVISIBLE (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/cmenu/ |
D | complex.c | 134 secret->action = OPT_INVISIBLE; in login_handler() 293 add_item("<I>nvisible", "You dont see this", OPT_INVISIBLE, "junk", 0); in main() 403 add_item("<S>ecret Menu...", "Secret menu", OPT_INVISIBLE, NULL, in main()
|
D | MANUAL | 107 * OPT_INVISIBLE: This item will not be displayed.
|
/external/syslinux/com32/cmenu/libmenu/ |
D | menu.c | 97 if ((mi->action == OPT_INVISIBLE) || (mi->action == OPT_SEP) in find_shortcut() 107 if ((mi->action == OPT_INVISIBLE) || (mi->action == OPT_SEP) in find_shortcut() 302 if (ci->action == OPT_INVISIBLE) in printmenu() 907 ((menu->items[ans]->action == OPT_INVISIBLE) || in next_visible() 923 ((menu->items[ans]->action == OPT_INVISIBLE) || in prev_visible() 939 (menu->items[ans]->action == OPT_INVISIBLE)) in next_visible_sep() 953 while ((ans > 0) && (menu->items[ans]->action == OPT_INVISIBLE)) in prev_visible_sep() 966 if (menu->items[i]->action != OPT_INVISIBLE) in calc_visible()
|
D | cmenu.h | 114 OPT_RADIOMENU, OPT_SEP, OPT_INVISIBLE, enumerator
|
/external/syslinux/bios/com32/cmenu/ |
D | test2.c | 397 curr = add_item("<I>nvisible","You dont see this",OPT_INVISIBLE,"",0); in main()
|
/external/syslinux/efi32/com32/cmenu/ |
D | test2.c | 397 curr = add_item("<I>nvisible","You dont see this",OPT_INVISIBLE,"",0); in main()
|
/external/syslinux/efi64/com32/cmenu/ |
D | test2.c | 397 curr = add_item("<I>nvisible","You dont see this",OPT_INVISIBLE,"",0); in main()
|