Home
last modified time | relevance | path

Searched refs:FORCEEXIT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h83 FORCEEXIT = 284, /* FORCEEXIT */ enumerator
119 #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
265 #define FORCEEXIT 284 macro
H A Dwinprefslex.c1113 { return FORCEEXIT; }
/OK3568_Linux_fs/external/xserver/
H A DChangeLog50030 hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexer
119105 Xming: Add FORCEEXIT option to configuration file
119107 Add a new option to configuration file: FORCEEXIT, like SILENTEXIT