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

  /external/toybox/kconfig/
lkc_proto.h 10 P(rootmenu,struct menu,);
menu.c 12 struct menu rootmenu; variable in typeref:struct:menu
40 current_entry = current_menu = &rootmenu;
41 last_entry_ptr = &rootmenu.list;
405 return &rootmenu;
412 for (; menu != &rootmenu; menu = menu->parent) {
conf.c 597 rootEntry = &rootmenu;
598 conf(&rootmenu);
614 check_conf(&rootmenu);
mconf.c 340 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent)
598 if (menu == &rootmenu) {
891 conf(&rootmenu);
confdata.c 465 for (menu = rootmenu.list; menu; menu = next_menu(menu))
474 menu = rootmenu.list;
zconf.tab.c_shipped     [all...]

Completed in 70 milliseconds