Searched refs:LB (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.h42 LB = 260, enumerator in enum:yytokentype
74 #define LB 260 macro
H A Dwinprefslex.l95 "{" { return LB; }
H A Dwinprefsyacc.y97 %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 Dwinprefsyacc.c188 LB = 260, enumerator in enum:yytokentype
220 #define LB 260 macro
605 "$end", "error", "$undefined", "NEWLINE", "MENU", "LB", "RB",
H A Dwinprefslex.c1115 { return LB; }
/xsrc/external/mit/ctwm/dist/
H A Dgram.y70 %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 Dgram.tab.h57 LB = 258, /* LB */ enumerator in enum:yytokentype
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.h59 LB = 260, /* LB */ enumerator in enum:yytokentype
96 #define LB 260 macro
H A Dwinprefslex.l93 "{" { return LB; }
H A Dwinprefsyacc.y98 %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 Dwinprefsyacc.c205 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 Dwinprefslex.c1123 { return LB; }
/xsrc/external/mit/twm/dist/src/
H A Dgram.y113 %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 Dgram.tab.h57 LB = 258, /* LB */ enumerator in enum:yytokentype
H A Dlex.c797 { return (LB); }
/xsrc/external/mit/xterm/dist/
H A Dprint.c610 #define LB '[' macro
623 { { ANSI_ESC, LB, '5', 'i' }, 2 },
624 { { ANSI_ESC, LB, '4', 'i' }, 0 },

Completed in 19 milliseconds