Home
last modified time | relevance | path

Searched refs:dispatchExceptionAtReset (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c887 dispatchExceptionAtReset = 0; in ProcessCommandLine()
890 dispatchExceptionAtReset = DE_RESET; in ProcessCommandLine()
932 dispatchExceptionAtReset = DE_TERMINATE; in ProcessCommandLine()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h132 extern _X_EXPORT char dispatchExceptionAtReset;
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c3407 char dispatchExceptionAtReset = DE_RESET; variable
3464 dispatchException |= dispatchExceptionAtReset; in CloseDownClient()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog176574 Properly define dispatchExceptionAtReset to fix compiler warnings