Searched refs:propl (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ | ||
| H A D | TextSink.c | 1487 XawTextPropertyList *propl, *prev = NULL; local in function:XawTextSinkConvertPropertyList 1498 propl = *ptr; 1499 while (propl) { 1500 prev = propl; 1501 if (propl->screen == screen && 1502 propl->colormap == colormap && 1503 propl->depth == depth) 1504 return (propl); 1505 propl = propl 1726 XawTextPropertyList *propl = NULL; local in function:CvtStringToPropertyList 1802 XawTextPropertyList *propl; local in function:CvtPropertyListToString [all...] |
Completed in 3 milliseconds