Home
last modified time | relevance | path

Searched defs:menu (Results 1 – 16 of 16) sorted by relevance

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dmenu.c21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
49 struct menu *menu; in menu_add_entry() local
147 struct menu *menu = current_entry; in menu_add_prop() local
288 struct menu *menu, *last_menu; in menu_finalize() local
454 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
466 bool menu_is_empty(struct menu *menu) in menu_is_empty()
477 bool menu_is_visible(struct menu *menu) in menu_is_visible()
515 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
524 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
529 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
[all …]
H A Dexpr.h153 struct menu *menu; /* the menu the property are associated with member
169 struct menu { struct
170 struct menu *next; argument
171 struct menu *parent; argument
172 struct menu *list; argument
190 struct menu *target; argument
H A Dyconf.y42 struct menu *menu; member
615 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
706 struct menu *menu; in zconfdump() local
H A Dhconf.gperf16 menu, T_MENU, TF_COMMAND keyword
H A Dconfdata.c671 struct menu *menu; in conf_write_defconfig() local
745 struct menu *menu; in conf_write() local
H A Dyconf.c230 struct menu *menu; member
2371 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
2462 struct menu *menu; in zconfdump() local
H A Dsymbol.c1118 struct menu *menu = NULL; in sym_check_print_recursive() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/conf/
H A Dconf.c48 static void print_help(struct menu *menu) in print_help()
134 static int conf_string(struct menu *menu) in conf_string()
167 static int conf_sym(struct menu *menu) in conf_sym()
236 static int conf_choice(struct menu *menu) in conf_choice()
355 static void conf(struct menu *menu) in conf()
421 static void check_conf(struct menu *menu) in check_conf()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.cc350 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
394 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
408 struct menu *menu; in updateSelection() local
502 struct menu* menu; in changeValue() local
538 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
586 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
651 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) in updateMenuList()
720 struct menu *menu; in keyPressEvent() local
781 struct menu *menu; in mouseReleaseEvent() local
842 struct menu *menu; in mouseDoubleClickEvent() local
[all …]
H A Dqconf.h187 struct menu *menu; variable
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.c367 static void text_insert_help(struct menu *menu) in text_insert_help()
786 struct menu *menu; in renderer_edited() local
806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
846 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
887 struct menu *menu; in on_treeview2_button_press_event() local
944 struct menu *menu; in on_treeview2_key_press_event() local
986 struct menu *menu; in on_treeview2_cursor_changed() local
1005 struct menu *menu; in on_treeview1_button_press_event() local
1037 static gchar **fill_row(struct menu *menu) in fill_row()
1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c466 static void build_conf(struct menu *menu) in build_conf()
645 static void conf(struct menu *menu, struct menu *active_menu) in conf()
789 static void show_help(struct menu *menu) in show_help()
800 static void conf_choice(struct menu *menu) in conf_choice()
861 static void conf_string(struct menu *menu) in conf_string()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.c463 static int process_special_keys(int *key, struct menu *menu) in process_special_keys()
525 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
735 static void build_conf(struct menu *menu) in build_conf()
1068 static void conf(struct menu *menu) in conf()
1221 static void show_help(struct menu *menu) in show_help()
1234 static void conf_choice(struct menu *menu) in conf_choice()
1351 static void conf_string(struct menu *menu) in conf_string()
H A Dnconf.gui.c253 MENU *menu; in btn_dialog() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Dmenubox.c191 WINDOW *dialog, *menu; in dialog_menu() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dgettext.c171 static void menu_build_message_list(struct menu *menu) in menu_build_message_list()