HomeSort by: relevance | last modified time | path
    Searched defs:res_list (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Varargs.c 329 static void GetResources(Widget widget, XtResourceList *res_list,
410 * RETURNED res_list - the list of resource for this widget
416 GetResources(Widget widget, XtResourceList *res_list, Cardinal *number)
421 XtGetResourceList(XtClass(widget), res_list, number); local
431 *res_list = XtReallocArray(*res_list, *number + num_constraint,
434 for (temp = num_constraint, res = *res_list + *number; temp != 0;
  /xsrc/external/mit/libXmu/dist/src/
EditresCom.c 2154 XtResourceList res_list; local
2166 XtGetResourceList(XtClass(w), &res_list, &num_res); local
2168 if (strcmp(res_list[i].resource_name, warg->name) == 0)
2170 res = &res_list[i];
2176 XtFree((char *)res_list);
2177 XtGetConstraintResourceList(XtClass(XtParent(w)), &res_list, &num_res);
2179 if (strcmp(res_list[i].resource_name, warg->name) == 0)
2181 res = &res_list[i];
2190 XtFree((char *)res_list);
2232 XtFree((char *)res_list);
    [all...]

Completed in 18 milliseconds