Searched defs:menu (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | menu.c | 21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() 49 struct menu *menu; in menu_add_entry() local 146 struct menu *menu = current_entry; in menu_add_prop() local 277 struct menu *menu, *last_menu; in menu_finalize() local 439 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() 451 bool menu_is_empty(struct menu *menu) in menu_is_empty() 462 bool menu_is_visible(struct menu *menu) in menu_is_visible() 500 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() 509 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() 526 bool menu_has_help(struct menu *menu) in menu_has_help() [all …]
|
A D | expr.h | 146 struct menu *menu; /* the menu the property are associated with member 162 struct menu { struct 163 struct menu *next; argument 164 struct menu *parent; argument 165 struct menu *list; argument 183 struct menu *target; argument
|
A D | conf.c | 47 static void print_help(struct menu *menu) in print_help() 133 static int conf_string(struct menu *menu) in conf_string() 166 static int conf_sym(struct menu *menu) in conf_sym() 235 static int conf_choice(struct menu *menu) in conf_choice() 354 static void conf(struct menu *menu) in conf() 420 static void check_conf(struct menu *menu) in check_conf()
|
A D | zconf.y | 42 struct menu *menu; member 606 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() 692 struct menu *menu; in zconfdump() local
|
A D | qconf.cc | 368 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 426 struct menu *menu; in updateSelection() local 513 struct menu* menu; in changeValue() local 552 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 662 struct menu *menu; in keyPressEvent() local 723 struct menu *menu; in contentsMouseReleaseEvent() local 785 struct menu *menu; in contentsMouseDoubleClickEvent() local 810 struct menu *menu = NULL; in focusInEvent() local 1272 QMenuBar* menu; in ConfigMainWindow() local 1506 void ConfigMainWindow::changeMenu(struct menu *menu) in changeMenu() [all …]
|
A D | gconf.c | 391 static void text_insert_help(struct menu *menu) in text_insert_help() 810 struct menu *menu; in renderer_edited() local 870 static void toggle_sym_value(struct menu *menu) in toggle_sym_value() 911 struct menu *menu; in on_treeview2_button_press_event() local 968 struct menu *menu; in on_treeview2_key_press_event() local 1010 struct menu *menu; in on_treeview2_cursor_changed() local 1029 struct menu *menu; in on_treeview1_button_press_event() local 1061 static gchar **fill_row(struct menu *menu) in fill_row() 1248 struct menu *menu; in gtktree_iter_find_node() local 1358 static void display_tree(struct menu *menu) in display_tree() [all …]
|
A D | mconf.c | 467 static void build_conf(struct menu *menu) in build_conf() 646 static void conf(struct menu *menu, struct menu *active_menu) in conf() 788 static void show_help(struct menu *menu) in show_help() 799 static void conf_choice(struct menu *menu) in conf_choice() 860 static void conf_string(struct menu *menu) in conf_string()
|
A D | nconf.c | 461 static int process_special_keys(int *key, struct menu *menu) in process_special_keys() 523 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 733 static void build_conf(struct menu *menu) in build_conf() 1066 static void conf(struct menu *menu) in conf() 1219 static void show_help(struct menu *menu) in show_help() 1232 static void conf_choice(struct menu *menu) in conf_choice() 1349 static void conf_string(struct menu *menu) in conf_string()
|
A D | kxgettext.c | 171 static void menu_build_message_list(struct menu *menu) in menu_build_message_list()
|
A D | confdata.c | 660 struct menu *menu; in conf_write_defconfig() local 734 struct menu *menu; in conf_write() local
|
A D | nconf.gui.c | 253 MENU *menu; in btn_dialog() local
|
A D | qconf.h | 197 struct menu *menu; variable
|
A D | symbol.c | 1093 struct menu *menu = NULL; in sym_check_print_recursive() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/ |
A D | menubox.c | 191 WINDOW *dialog, *menu; in dialog_menu() local
|
Completed in 33 milliseconds