Home
last modified time | relevance | path

Searched refs:error_event (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);
562 x_error_check(Display *dpy, XErrorEvent *error_event) in x_error_check() argument
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c198 static int x_error_check(Display *dpy, XErrorEvent *error_event);
1509 x_error_check(Display *dpy UNUSED, XErrorEvent *error_event UNUSED) in x_error_check()
H A Dos_unix.c1607 x_error_handler(Display *dpy, XErrorEvent *error_event) in x_error_handler() argument
1609 XGetErrorText(dpy, error_event->error_code, (char *)IObuff, IOSIZE); in x_error_handler()
1629 x_error_check(Display *dpy UNUSED, XErrorEvent *error_event UNUSED) in x_error_check()