| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefsyacc.h | 42 LB = 260, enumerator in enum:yytokentype 74 #define LB 260 macro
|
| H A D | winprefslex.l | 95 "{" { return LB; }
|
| H A D | winprefsyacc.y | 97 %token LB 185 menu: MENU STRING LB { OpenMenu($2); free($2); } newline_or_nada menulist RB {CloseMenu();} 195 icons: ICONS LB {OpenIcons();} newline_or_nada iconlist RB {CloseIcons();} 222 styles: STYLES LB {OpenStyles();} newline_or_nada stylelist RB {CloseStyles();} 237 sysmenu: SYSMENU LB NEWLINE {OpenSysMenu();} newline_or_nada sysmenulist RB {CloseSysMenu();}
|
| H A D | winprefsyacc.c | 188 LB = 260, enumerator in enum:yytokentype 220 #define LB 260 macro 605 "$end", "error", "$undefined", "NEWLINE", "MENU", "LB", "RB",
|
| H A D | winprefslex.c | 1115 { return LB; }
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.y | 70 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS 254 LB keys 621 binding_list : LB binding_entries RB {} 638 pixmap_list : LB pixmap_entries RB {} 649 cursor_list : LB cursor_entries RB {} 702 color_list : LB color_entries RB {} 741 save_color_list : LB s_color_entries RB {} 752 win_color_list : LB win_color_entries RB {} 764 wingeom_list : LB wingeom_entries RB {} 774 vscreen_geom_list : LB vscreen_geom_entrie [all...] |
| H A D | gram.tab.h | 57 LB = 258, /* LB */ enumerator in enum:yytokentype
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefsyacc.h | 59 LB = 260, /* LB */ enumerator in enum:yytokentype 96 #define LB 260 macro
|
| H A D | winprefslex.l | 93 "{" { return LB; }
|
| H A D | winprefsyacc.y | 98 %token LB 186 menu: MENU STRING LB { OpenMenu($2); free($2); } newline_or_nada menulist RB {CloseMenu();} 196 icons: ICONS LB {OpenIcons();} newline_or_nada iconlist RB {CloseIcons();} 223 styles: STYLES LB {OpenStyles();} newline_or_nada stylelist RB {CloseStyles();} 238 sysmenu: SYSMENU LB NEWLINE {OpenSysMenu();} newline_or_nada sysmenulist RB {CloseSysMenu();}
|
| H A D | winprefsyacc.c | 205 LB = 260, /* LB */ enumerator in enum:yytokentype 242 #define LB 260 macro 305 YYSYMBOL_LB = 5, /* LB */ 776 "LB", "RB", "ICONDIRECTORY", "DEFAULTICON", "ICONS", "STYLES", "TOPMOST", 1462 case 33: /* menu: MENU STRING LB $@1 newline_or_nada menulist RB */ 1480 case 38: /* icons: ICONS LB $@2 newline_or_nada iconlist RB */ 1564 case 54: /* styles: STYLES LB $@3 newline_or_nada stylelist RB */ 1600 case 62: /* sysmenu: SYSMENU LB NEWLINE $@4 newline_or_nada sysmenulist RB */
|
| H A D | winprefslex.c | 1123 { return LB; }
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 113 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS 371 pixmap_list : LB pixmap_entries RB 382 cursor_list : LB cursor_entries RB 435 color_list : LB color_entries RB 471 save_color_list : LB s_color_entries RB 482 win_color_list : LB win_color_entries RB 501 LB win_sqz_entries RB 516 iconm_list : LB iconm_entries RB 536 win_list : LB win_entries RB 548 icon_list : LB icon_entrie [all...] |
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.h | 57 LB = 258, /* LB */ enumerator in enum:yytokentype
|
| H A D | lex.c | 797 { return (LB); }
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | print.c | 610 #define LB '[' macro 623 { { ANSI_ESC, LB, '5', 'i' }, 2 }, 624 { { ANSI_ESC, LB, '4', 'i' }, 0 },
|