Searched refs:MENU (Results 1 - 25 of 118) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.h41 MENU = 259, enumerator in enum:yytokentype
73 #define MENU 259 macro
H A Dwinprefslex.l71 MENU { return MENU; }
H A Dwinprefsyacc.y96 %token MENU
177 | STRING MENU STRING NEWLINE newline_or_nada { AddMenuLine($1, CMD_MENU, $3); free($1); free($3); }
185 menu: MENU STRING LB { OpenMenu($2); free($2); } newline_or_nada menulist RB {CloseMenu();}
H A DXWin.rc91 IDM_TRAYICON_MENU MENU
H A Dwinprefsyacc.c187 MENU = 259, enumerator in enum:yytokentype
219 #define MENU 259 macro
605 "$end", "error", "$undefined", "NEWLINE", "MENU", "LB", "RB",
H A Dwinprefslex.c995 { return MENU; }
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.h58 MENU = 259, /* MENU */ enumerator in enum:yytokentype
95 #define MENU 259 macro
H A Dwinprefslex.l68 MENU { return MENU; }
H A Dwinprefsyacc.y97 %token MENU
178 | STRING MENU STRING NEWLINE newline_or_nada { AddMenuLine($1, CMD_MENU, $3); free($1); free($3); }
186 menu: MENU STRING LB { OpenMenu($2); free($2); } newline_or_nada menulist RB {CloseMenu();}
H A DXWin.rc91 IDM_TRAYICON_MENU MENU
H A Dwinprefsyacc.c204 MENU = 259, /* MENU */ enumerator in enum:yytokentype
241 #define MENU 259 macro
304 YYSYMBOL_MENU = 4, /* MENU */
775 "\"end of file\"", "error", "\"invalid token\"", "NEWLINE", "MENU",
1444 case 28: /* menuline: STRING MENU STRING NEWLINE newline_or_nada */
1462 case 33: /* menu: MENU STRING LB $@1 newline_or_nada menulist RB */
H A Dwinprefslex.c998 { return MENU; }
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.h62 MENU = 263, /* MENU */ enumerator in enum:yytokentype
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.h62 MENU = 263, /* MENU */ enumerator in enum:yytokentype
H A Dgram.y70 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
357 | MENU string LP string COLON string RP {
360 | MENU string { root = GetRoot($2, NULL, NULL); }
688 | MENU string string {
690 | MENU string {
H A Dparse_be.c338 { "menu", MENU, 0 },
/xsrc/external/mit/twm/dist/src/
H A Dgram.y113 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
234 | MENU string LP string COLON string RP {
237 | MENU string { root = GetRoot($2, NULLSTR, NULLSTR); }
421 | MENU string string {
423 | MENU string {
H A Dparse.c519 { "menu", MENU, 0 },
/xsrc/external/mit/libxkbui/dist/
H A Daclocal.m44083 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
/xsrc/external/mit/xf86-video-imstt/dist/
H A Daclocal.m44083 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m47599 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dlibtool.m46951 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/xf86-video-nsc/dist/
H A Daclocal.m44083 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dlibtool.m47014 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXau/dist/m4/
H A Dlibtool.m48262 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'

Completed in 72 milliseconds

12345