Searched refs:WIN_JMP_ERROR_IO (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboard.h68 #define WIN_JMP_ERROR_IO 2 macro
H A Dwinclipboardthread.c129 if (iReturn != WIN_JMP_ERROR_IO
137 else if (iReturn == WIN_JMP_ERROR_IO)
459 longjmp (g_jmpEntry, WIN_JMP_ERROR_IO);
H A Dwinmultiwindowwm.c92 #define WIN_JMP_ERROR_IO 2 macro
908 if (iReturn != WIN_JMP_ERROR_IO
916 else if (iReturn == WIN_JMP_ERROR_IO)
1291 if (iReturn != WIN_JMP_ERROR_IO
1299 else if (iReturn == WIN_JMP_ERROR_IO)
1439 longjmp (g_jmpWMEntry, WIN_JMP_ERROR_IO);
1476 longjmp (g_jmpXMsgProcEntry, WIN_JMP_ERROR_IO);

Completed in 4 milliseconds