Lines Matching refs:property
73 Window window, Atom property, char *value, int length);
108 char *property, staticSpace[STATIC_SPACE]; in sendToVim() local
171 property = staticSpace; in sendToVim()
173 property = (char *) malloc((unsigned) length); in sendToVim()
176 sprintf(property, "%c%c%c-n %s%c-s %s", in sendToVim()
183 sprintf(property + length, "%c-r %x %d", 0, (uint) commWindow, serial); in sendToVim()
184 length += strlen(property + length + 1) + 1; in sendToVim()
187 res = AppendPropCarefully(dpy, w, commProperty, property, length + 1); in sendToVim()
189 free(property); in sendToVim()
541 Atom property, /* Name of property. */ in AppendPropCarefully() argument
549 XChangeProperty(dpy, window, property, XA_STRING, 8, in AppendPropCarefully()