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

  /external/syslinux/com32/cmenu/
complex.c 134 secret->action = OPT_INVISIBLE;
293 add_item("<I>nvisible", "You dont see this", OPT_INVISIBLE, "junk", 0);
403 add_item("<S>ecret Menu...", "Secret menu", OPT_INVISIBLE, NULL,
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 114 OPT_RADIOMENU, OPT_SEP, OPT_INVISIBLE,
menu.c 97 if ((mi->action == OPT_INVISIBLE) || (mi->action == OPT_SEP)
107 if ((mi->action == OPT_INVISIBLE) || (mi->action == OPT_SEP)
302 if (ci->action == OPT_INVISIBLE)
907 ((menu->items[ans]->action == OPT_INVISIBLE) ||
923 ((menu->items[ans]->action == OPT_INVISIBLE) ||
939 (menu->items[ans]->action == OPT_INVISIBLE))
953 while ((ans > 0) && (menu->items[ans]->action == OPT_INVISIBLE))
966 if (menu->items[i]->action != OPT_INVISIBLE)
    [all...]
  /external/syslinux/bios/com32/cmenu/
test2.c 397 curr = add_item("<I>nvisible","You dont see this",OPT_INVISIBLE,"",0);
  /external/syslinux/efi32/com32/cmenu/
test2.c 397 curr = add_item("<I>nvisible","You dont see this",OPT_INVISIBLE,"",0);
  /external/syslinux/efi64/com32/cmenu/
test2.c 397 curr = add_item("<I>nvisible","You dont see this",OPT_INVISIBLE,"",0);

Completed in 75 milliseconds