Searched refs:_XIOErrorFunction (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DErrHndlr.c62 * (_XIOErrorFunction) to be the specified routine. If NULL is passed in
72 oldhandler = _XIOErrorFunction;
78 _XIOErrorFunction = handler;
81 _XIOErrorFunction = _XDefaultIOError;
H A Dglobals.c44 XIOErrorHandler _XIOErrorFunction; variable in typeref:typename:XIOErrorHandler
H A DOpenDis.c110 if (_XIOErrorFunction == NULL) (void) XSetIOErrorHandler (NULL);
H A DXlibInt.c1538 if (_XIOErrorFunction != NULL)
1539 (*_XIOErrorFunction)(dpy);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h941 extern int (*_XIOErrorFunction)(

Completed in 9 milliseconds