Lines Matching refs:pt
107 DMXScreenInfo *pt; in dmxPropertyIterate() local
115 for (pt = start->next; /* condition at end of loop */ ; pt = pt->next) { in dmxPropertyIterate()
119 dmxLog(dmxDebug, "pt = %p\n", pt); in dmxPropertyIterate()
120 dmxLog(dmxDebug, "pt->beDisplay = %p\n", pt->beDisplay); in dmxPropertyIterate()
121 if (pt->beDisplay && (retval = f(pt, closure))) in dmxPropertyIterate()
123 if (pt == start) in dmxPropertyIterate()
137 const char *pt; in dmxPropertyCheckOtherServers() local
155 for (pt = (const char *) tproot.value; pt && *pt; pt = pt ? pt + 1 : NULL) { in dmxPropertyCheckOtherServers()
156 if ((pt = strchr(pt, ','))) { in dmxPropertyCheckOtherServers()
157 Window win = strtol(pt + 1, NULL, 10); in dmxPropertyCheckOtherServers()
203 const char *pt; in dmxPropertyCheckOtherWindows() local
217 for (pt = (const char *) tproot.value; pt && *pt; pt = pt ? pt + 1 : NULL) { in dmxPropertyCheckOtherWindows()
218 if ((pt = strchr(pt, ','))) { in dmxPropertyCheckOtherWindows()
219 Window win = strtol(pt + 1, NULL, 10); in dmxPropertyCheckOtherWindows()
228 if (!(pt = strchr((char *) tp.value, ','))) in dmxPropertyCheckOtherWindows()
230 idx = strtol(pt + 1, NULL, 10); in dmxPropertyCheckOtherWindows()