Searched refs:FORCEEXIT (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.h66 FORCEEXIT = 284, enumerator in enum:yytokentype
98 #define FORCEEXIT 284 macro
H A Dwinprefsyacc.y121 %token FORCEEXIT
240 forceexit: FORCEEXIT NEWLINE { pref.fForceExit = TRUE; }
H A Dwinprefsyacc.c212 FORCEEXIT = 284, enumerator in enum:yytokentype
244 #define FORCEEXIT 284 macro
609 "ALWAYSONTOP", "\"DEBUG\"", "RELOAD", "TRAYICON", "FORCEEXIT",
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.h83 FORCEEXIT = 284, /* FORCEEXIT */ enumerator in enum:yytokentype
120 #define FORCEEXIT 284 macro
H A Dwinprefslex.l91 FORCEEXIT { return FORCEEXIT; }
H A Dwinprefsyacc.y122 %token FORCEEXIT
241 forceexit: FORCEEXIT NEWLINE { pref.fForceExit = TRUE; }
H A Dwinprefsyacc.c229 FORCEEXIT = 284, /* FORCEEXIT */ enumerator in enum:yytokentype
266 #define FORCEEXIT 284 macro
329 YYSYMBOL_FORCEEXIT = 29, /* FORCEEXIT */
779 "EXEC", "ALWAYSONTOP", "\"DEBUG\"", "RELOAD", "TRAYICON", "FORCEEXIT",
1606 case 63: /* forceexit: FORCEEXIT NEWLINE */
H A Dwinprefslex.c1113 { return FORCEEXIT; }

Completed in 15 milliseconds