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

12

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dnested2.C10 virtual void execute (Menu& menu, MenuItem& menuItem) = 0;
18 typedef void (Test::* MenuCBA_Member) (Menu& menu, MenuItem& menuItem);
21 void execute (Menu& menu, MenuItem& menuItem);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3764.C9 virtual void execute (Menu& menu, MenuItem& menuItem) = 0;
17 typedef void (Test::* MenuCBA_Member) (Menu& menu, MenuItem& menuItem) ;
20 void execute(Menu& menu, MenuItem& menuItem);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dinfo.c71 /* Non-zero indicates that when "--output" is specified, all of the menu
372 /* If there are arguments remaining, they are the names of menu items
378 REFERENCE **menu;
384 /* Remember the name of the menu entry we want. */
390 /* Build and return a list of the menu items in this node. */
391 menu = info_menu_of_node (initial_node);
393 /* If there wasn't a menu item in this node, stop here, but let
396 if (!menu)
407 (initial_node, _("There is no menu in this node."));
411 /* Find the specified menu ite
377 REFERENCE **menu; local
[all...]
H A Dnodemenu.c1 /* nodemenu.c -- Produce a menu of all visited nodes.
197 (_("Here is the menu of nodes you have recently visited.\n\
198 Select one from this menu, or use `\\[history-node]' in another window.\n")));
217 _("Make a window containing a menu of all of the currently visited nodes"))
271 appear in the node menu. --Andreas Schwab
276 /* If this window is already showing a node menu, reuse the existing node
301 REFERENCE **menu; local
305 menu = info_menu_of_node (node);
309 info_read_completing_in_echo_area (window, _("Select visited node: "), menu);
317 info_free_references (menu);
[all...]
H A Dsession.c162 (_("Welcome to Info version %s. \"\\[get-help-window]\" for help, \"\\[menu-item]\" for menu item."));
867 IS_Continuous Try to get first menu item, or failing that, the
870 IS_NextOnly Try to get "Next:" menu item.
881 /* Move to 1st menu item, Next, Up/Next, or error in this window. */
906 /* First things first. If this node contains a menu, move down
907 into the menu. */
909 REFERENCE **menu;
911 menu = info_menu_of_node (window->node);
913 if (menu)
908 REFERENCE **menu; local
966 REFERENCE **menu; local
1068 REFERENCE **menu; local
1787 register REFERENCE *entry, **menu; local
1832 REFERENCE **menu, *entry, *defentry = (REFERENCE *)NULL; local
2083 REFERENCE *entry, **menu; local
2249 REFERENCE **menu = NULL; local
2565 REFERENCE **menu = (REFERENCE **)NULL; local
[all...]
H A Dindices.c28 /* In the Info sense, an index is a menu. This variable holds the last
139 REFERENCE **menu; local
141 /* Found one. Get its menu. */
150 menu = info_menu_of_node (node);
152 /* If we have a menu, add this index's nodename and range
154 if (menu)
156 add_index_to_index_nodenames (menu, node);
159 result = info_concatenate_references (result, menu);
474 /* For every menu item in DIR, search the indices of that file for
493 /* For every menu ite
[all...]
H A Dinfo-utils.c46 /* How to get a reference (either menu or cross). */
138 /* Return a NULL terminated array of REFERENCE * which represents the menu
139 found in NODE. If there is no menu in NODE, just return a NULL pointer. */
146 REFERENCE **menu = (REFERENCE **)NULL;
153 /* Find the start of the menu. */
159 /* We have the start of the menu now. Glean menu items from the rest
164 menu = info_menu_items (&search);
165 return (menu);
190 /* Glean menu entrie
145 REFERENCE **menu = (REFERENCE **)NULL; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintdoc.c54 static void dumpgen (int menu, const char *name, const char *name_uc,
56 static void dumpspec (int menu, const char *name, const char *name_uc,
58 static void dumpimp (int menu, const char *name, const char *name_uc, size_t genno, ffeintrinFamily family,
300 printf ("@menu\n");
312 printf ("@end menu\n\n");
327 dumpgen (int menu, const char *name, const char *name_uc, ffeintrinGen gen) argument
332 if (!menu)
350 dumpimp (menu, name, name_uc, i, specs[spec].family, specs[spec].implementation,
352 if (!menu && (total > 0))
380 dumpspec (int menu, cons argument
389 dumpimp(int menu, const char *name, const char *name_uc, size_t genno, ffeintrinFamily family, ffeintrinImp imp, ffeintrinSpec spec) argument
[all...]
/haiku-buildtools/legacy/gcc/texinfo/
H A Dgen-info-dir44 This (the Directory node) gives a menu of major topics.
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dgen-dir-node58 This (the Directory node) gives a menu of major topics.
62 Or click mouse button 2 on a menu item or cross reference to select it.
H A Dupdate-info202 It detects and inserts missing menu items into the info node file.
207 -d, --delete delete invalid menu items (ignore missing menu items)
211 menu items
250 INSERT_MSG="menu item(s) were inserted (not counting duplicates)."
251 INSERT_MSG2="total menu item(s) were inserted into `pwd`/$Info_Node"
252 DELETE_MSG="invalid menu item(s) were removed (not counting duplicates)."
253 DELETE_MSG2="total invalid menu item(s) were removed from `pwd`/$Info_Node"
274 This (the Directory node) gives a menu of major topics.
278 Or click mouse button 2 on a menu ite
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dwindres.h176 struct menu *menu; member in union:res_resource::__anon2501
295 struct res_id menu; member in struct:dialog
551 /* A menu resource. */
553 struct menu struct
562 /* A menu resource is a list of menuitem structures. */
568 /* Type. In a normal menu, rather than a menuex, this is the flags
577 /* Popup menu items for a popup. */
788 extern int extended_menu (const struct menu *);
H A Dresrc.c1077 /* Define a menu resource. */
1083 struct menu *m;
1086 m = (struct menu *) res_alloc (sizeof *m);
1092 r->u.menu = m;
1096 /* Define a menu item. This does not define a resource, but merely
1456 static void write_rc_menu (FILE *, const struct menu *, int);
1612 case RT_MENU: s = "menu"; break;
1731 if (extended_menu (res->u.menu))
1886 write_rc_menu (e, res->u.menu, menuex);
2019 if ((dialog->menu
2187 write_rc_menu(FILE *e, const struct menu *menu, int menuex) argument
[all...]
H A Drcparse.y170 | input menu
346 dialog.menu.named = 1;
371 dialog.menu.named = 1;
398 dialog.menu.named = 1;
514 dialog.menu = $3;
978 menu: label
H A Dresbin.c236 /* Convert a menu resource from binary. */
243 struct menu *m;
249 m = (struct menu *) res_alloc (sizeof *m);
250 r->u.menu = m;
253 toosmall (_("menu header"));
260 toosmall (_("menu header"));
281 fatal (_("unsupported menu version %d"), version);
286 /* Convert menu items from binary. */
491 sublen = get_resid (&d->menu, data + off, length - off, big_endian);
1240 (const struct menu *, in
1777 res_to_bin_menu(const struct menu *menu, int big_endian) argument
[all...]
H A Dwindres.c499 extended_menu (const struct menu *menu)
501 return extended_menuitems (menu->items);
495 extended_menu(const struct menu *menu) argument
/haiku-buildtools/legacy/binutils/etc/
H A Dtexi2pod.pl149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
156 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
189 /^\@(ignore|menu|iftex|copying)\b/ and do {
/haiku-buildtools/binutils/etc/
H A Dtexi2pod.pl149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
156 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
191 /^\@(ignore|menu|iftex|copying)\b/ and do {
/haiku-buildtools/gcc/contrib/
H A Dtexi2pod.pl149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
156 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
191 /^\@(ignore|menu|iftex|copying)\b/ and do {
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.h43 ifinfo, ifnothtml, ifnottex, ifset, itemize, lisp, menu, enumerator in enum:insertion_type
58 "ifinfo", "ifnothtml", "ifnottex", "ifset", "itemize", "lisp", "menu",
/haiku-buildtools/binutils/binutils/
H A Drcparse.y187 | input menu
362 dialog.menu.named = 1;
387 dialog.menu.named = 1;
414 dialog.menu.named = 1;
530 dialog.menu = $3;
1005 menu: label
H A Dresbin.c222 /* Convert a menu resource from binary. */
235 r->u.menu = m;
238 toosmall (_("menu header"));
245 toosmall (_("menu header"));
263 fatal (_("unsupported menu version %d"), (int) version);
268 /* Convert menu items from binary. */
470 sublen = get_resid (wrbfd, &d->menu, data + off, length - off);
1305 return res_to_bin_menu (wrbfd, off, res->u.menu);
1507 off = resid_to_bin (wrbfd, off, dialog->menu);
1686 /* Convert a menu resourc
1688 res_to_bin_menu(windres_bfd *wrbfd, rc_uint_type off, const rc_menu *menu) argument
[all...]
H A Dwindint.h245 struct rc_menu *menu; member in union:rc_res_resource::__anon265
405 rc_res_id menu; member in struct:rc_dialog
755 /* A menu resource. */
781 /* A menu resource is a list of rc_menuitem. */
785 /* Next menu item. */
787 /* Type. In a normal menu, rather than a menuex, this is the flags
796 /* Popup menu items for a popup. */
H A Dresrc.c1443 /* Define a menu resource. */
1458 r->u.menu = m;
1462 /* Define a menu item. This does not define a resource, but merely
2082 case RT_MENU: s = "menu"; break;
2197 if (extended_menu (res->u.menu))
2402 write_rc_menu (e, res->u.menu, menuex);
2560 if ((dialog->menu.named && dialog->menu.u.n.length > 0)
2561 || dialog->menu.u.id != 0)
2564 res_id_print (e, dialog->menu,
2762 write_rc_menu(FILE *e, const rc_menu *menu, int menuex) argument
[all...]
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfo.el94 texinfo-make-menu (&optional region-p) \\[texinfo-make-menu]
96 texinfo-master-menu ()
98 texinfo-indent-menu-description (column &optional region-p)
101 which menu descriptions are indented. Its default value is 32."
128 (autoload 'texinfo-make-menu
130 "Without any prefix argument, make or update a menu.
131 Make the menu for the section enclosing the node found following point.
136 Whenever a menu exists, and is being updated, the descriptions that
137 are associated with node names in the pre-existing menu ar
[all...]

Completed in 319 milliseconds

12