Lines Matching refs:nitems
148 || !tproot.nitems) in dmxPropertyCheckOtherServers()
159 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { in dmxPropertyCheckOtherServers()
175 list[count - 1] = malloc(tp.nitems + 2); in dmxPropertyCheckOtherServers()
176 strncpy(list[count - 1], (char *) tp.value, tp.nitems + 1); in dmxPropertyCheckOtherServers()
210 || !tproot.nitems) in dmxPropertyCheckOtherWindows()
221 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { in dmxPropertyCheckOtherWindows()
288 tp0.nitems = 0; in dmxPropertySameDisplay()
289 tp1.nitems = 0; in dmxPropertySameDisplay()
296 || !tp0.nitems) { in dmxPropertySameDisplay()
311 || !tp1.nitems) { in dmxPropertySameDisplay()
319 if (tp0.nitems) in dmxPropertySameDisplay()
321 if (tp1.nitems) in dmxPropertySameDisplay()