Home
last modified time | relevance | path

Searched refs:registryProperty (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_xcmdsrv.c204 static Atom registryProperty = None; variable
305 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, 8, in DoRegisterName()
354 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, 8, in serverChangeRegisteredWindow()
633 if (registryProperty == None) in serverGetVimNames()
856 if (registryProperty == None) in SendInit()
857 registryProperty = XInternAtom(dpy, "VimRegistry", False); in SendInit()
970 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, in LookupName()
1036 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, in DeleteAnyLingerer()
1068 result = XGetWindowProperty(dpy, RootWindow(dpy, 0), registryProperty, 0L, in GetRegProp()
1092 XDeleteProperty(dpy, RootWindow(dpy, 0), registryProperty); in GetRegProp()
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c82 static Atom registryProperty = None; variable
261 registryProperty = XInternAtom(dpy, "VimRegistry", False); in SendInit()
310 result = XGetWindowProperty(dpy, RootWindow(dpy, 0), registryProperty, 0, in LookupName()
326 XDeleteProperty(dpy, RootWindow(dpy, 0), registryProperty); in LookupName()
387 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, in LookupName()