Searched refs:menu (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dmenu.c12 struct menu rootmenu;
13 struct menu *current_menu, *current_entry;
14 static struct menu **last_entry_ptr;
27 struct menu *menu; local
29 menu = malloc(sizeof(*menu));
30 memset(menu, 0, sizeof(*menu));
31 menu
126 struct menu *menu, *last_menu; local
229 menu_is_visible(struct menu *menu) argument
243 menu_get_prompt(struct menu *menu) argument
252 menu_get_root_menu(struct menu *menu) argument
257 menu_get_parent_menu(struct menu *menu) argument
[all...]
H A Dconf.c16 static void conf(struct menu *menu);
17 static void check_conf(struct menu *menu);
34 static struct menu *rootEntry;
168 int conf_string(struct menu *menu) argument
170 struct symbol *sym = menu->sym;
174 printf("%*s%s ", indent - 1, "", menu->prompt->text);
187 if (menu
202 conf_sym(struct menu *menu) argument
276 conf_choice(struct menu *menu) argument
368 conf(struct menu *menu) argument
430 check_conf(struct menu *menu) argument
[all...]
H A Dmconf.c5 * Introduced single menu mode (show all sub-menus in one large tree).
32 "Arrow keys navigate the menu. "
93 static struct menu *current_menu;
100 static void conf(struct menu *menu);
101 static void conf_choice(struct menu *menu);
102 static void conf_string(struct menu *menu);
107 static void show_help(struct menu *men
191 build_conf(struct menu *menu) argument
329 conf(struct menu *menu) argument
451 show_help(struct menu *menu) argument
475 conf_choice(struct menu *menu) argument
511 conf_string(struct menu *menu) argument
[all...]
H A Dlkc_proto.h7 /* menu.c */
8 P(rootmenu,struct menu,);
10 P(menu_is_visible,bool,(struct menu *menu));
11 P(menu_get_prompt,const char *,(struct menu *menu));
12 P(menu_get_root_menu,struct menu *,(struct menu *menu));
13 P(menu_get_parent_menu,struct menu *,(struc
[all...]
H A Dconfdata.c220 struct menu *menu; local
242 menu = rootmenu.list;
243 while (menu) {
244 sym = menu->sym;
246 if (!menu_is_visible(menu))
248 str = menu_get_prompt(menu);
323 if (menu->list) {
324 menu = menu
[all...]
H A Dmenubox.c2 * menubox.c -- implements the menu box
30 * to the first position in the menu box. Now lxdialog is a bit
31 * smarter and works more like other menu systems (just have a look at
50 * middle of the menu box, not at the bottom.
64 * Print menu item
163 * Display a menu for choosing among a number of options
172 WINDOW *dialog, *menu; local
217 /* create new window for the menu */
218 menu = subwin (dialog, menu_height, menu_width,
220 keypad (menu, TRU
[all...]
H A Dlkc.h44 /* menu.c */
53 void menu_finalize(struct menu *parent);
58 extern struct menu *current_entry;
59 extern struct menu *current_menu;
H A Dzconf.y38 struct menu *menu;
277 /* menu entry */
279 menu: T_MENU prompt label
283 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno());
286 menu_entry: menu T_EOL depends_list
304 printf("%s:%d: missing 'endmenu' for this 'menu' statement\n", current_menu->file->name, current_menu->lineno);
313 | menu_block error T_EOL { zconfprint("invalid menu option"); yyerrok; }
443 case T_MENU: return "menu";
502 void print_symbol(FILE *out, struct menu *men
[all...]
H A Dexpr.h96 struct menu *menu; member in struct:symbol
147 struct menu *menu; member in struct:property
162 struct menu { struct
163 struct menu *next;
164 struct menu *parent;
165 struct menu *list;
H A DMakefile91 zconf.tab.o: zconf.tab.c lex.zconf.c confdata.c expr.c symbol.c menu.c $(SHARED_DEPS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dmenubox.c2 * menubox.c -- implements the menu box
30 * to the first position in the menu box. Now lxdialog is a bit
31 * smarter and works more like other menu systems (just have a look at
50 * middle of the menu box, not at the bottom.
64 * Print menu item
163 * Display a menu for choosing among a number of options
173 WINDOW *dialog, *menu; local
218 /* create new window for the menu */
219 menu = subwin (dialog, menu_height, menu_width,
221 keypad (menu, TRU
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A DMakefile.arm36 mkdir -p ipkg/usr/lib/menu
38 cp rcamd-menu ipkg/usr/lib/menu/rcamd
H A DMakefile44 mkdir -p ipkg/usr/lib/menu
46 cp rcamd-menu ipkg/usr/lib/menu/rcamd
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dgtkdictbrowser.py94 self.menu = GtkMenu()
95 self.menu.show()
114 def event_handler(self, event, menu):
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dvideo.S45 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack
122 cmpw $ASK_VGA, %ax # Bring up the menu
243 # The video mode menu
351 cmpb $0, 1(%si) # One character = menu selection
504 pushw %bx # Set mode chosen from menu
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dvideo.S45 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack
123 cmpw $ASK_VGA, %ax # Bring up the menu
244 # The video mode menu
352 cmpb $0, 1(%si) # One character = menu selection
505 pushw %bx # Set mode chosen from menu
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.c330 menu(void) { function
338 puts(_(" m print this menu"));
357 puts(_(" m print this menu"));
370 puts(_(" m print this menu"));
382 puts(_(" m print this menu"));
407 puts(_(" m print this menu"));
410 puts(_(" r return to main menu"));
424 puts(_(" m print this menu"));
427 puts(_(" r return to main menu"));
440 puts(_(" m print this menu"));
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec1138 # menu support
1748 - png icons, change menu title to not conflict with ksambaplugin
2087 - put SWAT menu icons back in place.
2137 - Fix menu entry and provide separate menu entry for GNOME
2176 - added swat icon in menu
2187 - menu entry for web configuration tool.
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex391 \long\def\menu #1\end menu{}

Completed in 105 milliseconds