Searched refs:RedirectError (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dctwm_takeover.c17 static bool RedirectError; variable in typeref:typename:bool
54 RedirectError = false;
70 // ensures our RedirectError flag will be set if the server sent us
78 if(RedirectError) {
115 RedirectError = true;
/xsrc/external/mit/twm/dist/src/
H A Dtwm.c112 static int RedirectError; /* TRUE ==> another window manager running */ variable in typeref:typename:int
113 static int TwmErrorHandler(Display *dpy, XErrorEvent *event); /* for setting RedirectError */
374 RedirectError = FALSE;
383 if (RedirectError) {
960 RedirectError = TRUE;

Completed in 5 milliseconds