Home
last modified time | relevance | path

Searched refs:def_menu (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c403 struct menu *def_menu = NULL; in build_conf() local
408 def_menu = child; in build_conf()
430 item_set_tag(def_menu ? 't' : ':'); in build_conf()
436 if (def_menu) { in build_conf()
437 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()
439 if (def_menu->list) { in build_conf()
441 build_conf(def_menu); in build_conf()
H A Dnconf.c794 struct menu *def_menu = NULL; in build_conf() local
799 def_menu = child; in build_conf()
825 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
831 if (def_menu) { in build_conf()
833 _(menu_get_prompt(def_menu))); in build_conf()
835 if (def_menu->list) { in build_conf()
837 build_conf(def_menu); in build_conf()
H A Dgconf.c1151 struct menu *def_menu = NULL; in fill_row() local
1158 def_menu = child; in fill_row()
1161 if (def_menu) in fill_row()
1163 g_strdup(_(menu_get_prompt(def_menu))); in fill_row()