Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dmconf.c519 struct menu *def_menu = NULL; in build_conf() local
524 def_menu = child; in build_conf()
528 item_set_tag(def_menu ? 't' : ':'); in build_conf()
532 if (def_menu) in build_conf()
533 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
A Dnconf.c820 struct menu *def_menu = NULL; in build_conf() local
825 def_menu = child; in build_conf()
829 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
833 if (def_menu) in build_conf()
834 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
A Dgconf.c1058 struct menu *def_menu = NULL; in fill_row() local
1063 def_menu = child; in fill_row()
1066 if (def_menu) in fill_row()
1068 g_strdup(menu_get_prompt(def_menu)); in fill_row()

Completed in 12 milliseconds