Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_xcmdsrv.c193 static int GetRegProp(Display *dpy, char_u **regPropp, long_u *numItemsp, int domsg);
642 if (GetRegProp(dpy, &regProp, &numItems, TRUE) == FAIL) in serverGetVimNames()
912 if (GetRegProp(dpy, &regProp, &numItems, FALSE) == FAIL) in LookupName()
1003 if (GetRegProp(dpy, &regProp, &numItems, FALSE) == FAIL) in DeleteAnyLingerer()
1053 GetRegProp( in GetRegProp() function