Searched refs:childres (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DWidgetNode.c122 XtResourceList childres; local in function:mark_resource_owner
124 childres = node->resources;
125 for (i = 0; i < node->nresources; i++, childres++) {
126 node->resourcewn[i] = find_resource (node, childres->resource_name,
130 childres = node->constraints;
131 for (i = 0; i < node->nconstraints; i++, childres++) {
132 node->constraintwn[i] = find_resource (node, childres->resource_name,

Completed in 2 milliseconds