Lines Matching refs:pt
102 DMXScreenInfo *pt;
109 for (pt = start->next; /* condition at end of loop */; pt = pt->next) {
112 dmxLog(dmxDebug, "pt = %p\n", pt);
113 dmxLog(dmxDebug, "pt->beDisplay = %p\n", pt->beDisplay);
114 if (pt->beDisplay && (retval = f(pt, closure))) return retval;
115 if (pt == start) break;
127 const char *pt;
144 for (pt = (const char *)tproot.value; pt && *pt; pt = pt ? pt + 1 : NULL) {
145 if ((pt = strchr(pt, ','))) {
146 Window win = strtol(pt+1, NULL, 10);
188 const char *pt;
201 for (pt = (const char *)tproot.value; pt && *pt; pt = pt ? pt + 1 : NULL) {
202 if ((pt = strchr(pt, ','))) {
203 Window win = strtol(pt+1, NULL, 10);
211 if (!(pt = strchr((char *)tp.value, ','))) continue;
212 idx = strtol(pt+1, NULL, 10);