Searched refs:RELOAD (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefsyacc.h | 64 RELOAD = 282, enumerator in enum:yytokentype 96 #define RELOAD 282 macro
|
| H A D | winprefslex.l | 92 RELOAD { return RELOAD; }
|
| H A D | winprefsyacc.y | 119 %token RELOAD 178 | STRING RELOAD NEWLINE newline_or_nada { AddMenuLine($1, CMD_RELOAD, ""); free($1); }
|
| H A D | winprefsyacc.c | 210 RELOAD = 282, enumerator in enum:yytokentype 242 #define RELOAD 282 macro 609 "ALWAYSONTOP", "\"DEBUG\"", "RELOAD", "TRAYICON", "FORCEEXIT",
|
| H A D | winprefslex.c | 1100 { return RELOAD; }
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefsyacc.h | 81 RELOAD = 282, /* RELOAD */ enumerator in enum:yytokentype 118 #define RELOAD 282 macro
|
| H A D | winprefslex.l | 89 RELOAD { return RELOAD; }
|
| H A D | winprefsyacc.y | 120 %token RELOAD 179 | STRING RELOAD NEWLINE newline_or_nada { AddMenuLine($1, CMD_RELOAD, ""); free($1); }
|
| H A D | winprefsyacc.c | 227 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 D | winprefslex.c | 1103 { return RELOAD; }
|
Completed in 22 milliseconds