Searched refs:RELOAD (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.h64 RELOAD = 282, enumerator in enum:yytokentype
96 #define RELOAD 282 macro
H A Dwinprefslex.l92 RELOAD { return RELOAD; }
H A Dwinprefsyacc.y119 %token RELOAD
178 | STRING RELOAD NEWLINE newline_or_nada { AddMenuLine($1, CMD_RELOAD, ""); free($1); }
H A Dwinprefsyacc.c210 RELOAD = 282, enumerator in enum:yytokentype
242 #define RELOAD 282 macro
609 "ALWAYSONTOP", "\"DEBUG\"", "RELOAD", "TRAYICON", "FORCEEXIT",
H A Dwinprefslex.c1100 { return RELOAD; }
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.h81 RELOAD = 282, /* RELOAD */ enumerator in enum:yytokentype
118 #define RELOAD 282 macro
H A Dwinprefslex.l89 RELOAD { return RELOAD; }
H A Dwinprefsyacc.y120 %token RELOAD
179 | STRING RELOAD NEWLINE newline_or_nada { AddMenuLine($1, CMD_RELOAD, ""); free($1); }
H A Dwinprefsyacc.c227 RELOAD = 282, /* RELOAD */ enumerator in enum:yytokentype
264 #define RELOAD 282 macro
327 YYSYMBOL_RELOAD = 27, /* RELOAD */
779 "EXEC", "ALWAYSONTOP", "\"DEBUG\"", "RELOAD", "TRAYICON", "FORCEEXIT",
1450 case 29: /* menuline: STRING RELOAD NEWLINE newline_or_nada */
H A Dwinprefslex.c1103 { return RELOAD; }

Completed in 22 milliseconds