Home
last modified time | relevance | path

Searched refs:x_error_check (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c71 static int x_error_check(Display *dpy, XErrorEvent *error_event);
135 old_handler = XSetErrorHandler(x_error_check); in sendToVim()
256 old_handler = XSetErrorHandler(x_error_check); in SendInit()
547 old_handler = XSetErrorHandler(x_error_check); in AppendPropCarefully()
562 x_error_check(Display *dpy, XErrorEvent *error_event) in x_error_check() function
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c198 static int x_error_check(Display *dpy, XErrorEvent *error_event);
289 old_handler = XSetErrorHandler(x_error_check); in DoRegisterName()
303 old_handler = XSetErrorHandler(x_error_check); in DoRegisterName()
525 old_handler = XSetErrorHandler(x_error_check); in WindowValid()
849 old_handler = XSetErrorHandler(x_error_check); in SendInit()
1065 old_handler = XSetErrorHandler(x_error_check); in GetRegProp()
1495 old_handler = XSetErrorHandler(x_error_check); in AppendPropCarefully()
1509 x_error_check(Display *dpy UNUSED, XErrorEvent *error_event UNUSED) in x_error_check() function
H A Dos_unix.c1629 x_error_check(Display *dpy UNUSED, XErrorEvent *error_event UNUSED) in x_error_check() function
1765 old_handler = XSetErrorHandler(x_error_check); in test_x11_window()
7611 oldhandler = XSetErrorHandler(x_error_check); in setup_term_clip()