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

/xsrc/external/mit/libXt/dist/src/
H A DCreate.c354 XtPointer req_constraints = NULL; local in function:xtCreate
422 req_constraints = XtStackAlloc(csize, constraint_cache);
423 (void) memcpy(req_constraints, widget->core.constraints,
425 req_widget->core.constraints = req_constraints;
432 XtStackFree(req_constraints, constraint_cache);

Completed in 3 milliseconds