Lines Matching defs:tp
125 XTextProperty tp;
147 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) {
148 if (!strncmp((char *)tp.value, DMX_IDENT, strlen(DMX_IDENT))) {
151 if (!strcmp(list[i], (char *)tp.value)) {
159 tp.value, dmxScreen->name);
161 list[count-1] = malloc(tp.nitems + 2);
162 strncpy(list[count-1], (char *)tp.value, tp.nitems + 1);
164 XFree(tp.value);
187 XTextProperty tp;
204 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) {
206 dmxScreen->name, win, tp.value);
207 if (!strncmp((char *)tp.value, (char *)id,
211 if (!(pt = strchr((char *)tp.value, ','))) continue;
218 XFree(tp.value);