Searched refs:commProperty (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/runtime/tools/ |
| H A D | xcmdsrv_client.c | 83 static Atom commProperty = None; variable 120 if (commProperty == None && dpy != NULL) in sendToVim() 187 res = AppendPropCarefully(dpy, w, commProperty, property, length + 1); in sendToVim() 259 commProperty = XInternAtom(dpy, "Comm", False); in SendInit() 411 if ((eventPtr->xproperty.atom != commProperty) in SendEventProc() 422 result = XGetWindowProperty(dpy, commWindow, commProperty, 0, in SendEventProc()
|
| /vim-8.2.3635/src/ |
| H A D | if_xcmdsrv.c | 260 if (commProperty == None) in DoRegisterName() 393 if (commProperty == None && dpy != NULL) in serverSendToVim() 457 res = AppendPropCarefully(dpy, w, commProperty, property, length + 1); in serverSendToVim() 743 if (commProperty == None) in serverSendReply() 758 res = AppendPropCarefully(dpy, win, commProperty, property, length + 1); in serverSendReply() 852 if (commProperty == None) in SendInit() 853 commProperty = XInternAtom(dpy, "Comm", False); in SendInit() 1122 if (eventPtr->xproperty.atom != commProperty in serverEventProc() 1131 result = XGetWindowProperty(dpy, commWindow, commProperty, 0L, in serverEventProc() 1333 (void)AppendPropCarefully(dpy, resWindow, commProperty, in server_parse_message()
|
| H A D | globals.h | 1525 EXTERN Atom commProperty INIT(= None);
|
| H A D | gui_x11.c | 2978 && e->atom == commProperty && e->state == PropertyNewValue) in gui_x11_send_event_handler()
|
| H A D | gui_gtk_x11.c | 696 && GET_X_ATOM(event->atom) == commProperty) in property_event() 702 xev.xproperty.atom = commProperty; in property_event()
|
| H A D | os_unix.c | 7874 && e->atom == commProperty && e->state == PropertyNewValue) in xterm_update()
|