Home
last modified time | relevance | path

Searched refs:commProperty (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c83 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 Dif_xcmdsrv.c260 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 Dglobals.h1525 EXTERN Atom commProperty INIT(= None);
H A Dgui_x11.c2978 && e->atom == commProperty && e->state == PropertyNewValue) in gui_x11_send_event_handler()
H A Dgui_gtk_x11.c696 && GET_X_ATOM(event->atom) == commProperty) in property_event()
702 xev.xproperty.atom = commProperty; in property_event()
H A Dos_unix.c7874 && e->atom == commProperty && e->state == PropertyNewValue) in xterm_update()