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

/xsrc/external/mit/xterm/dist/
H A Dtrace.c1407 TraceOptions(OptionHelp * options, XrmOptionDescRec * resources, Cardinal res_count) argument
1409 OptionHelp *opt_array = sortedOpts(options, resources, res_count);
1411 XrmOptionDescRec *res_array = sortedOptDescs(resources, res_count);
1421 for (j = 0; j < res_count; j++)
1428 for (k = 0; k < res_count; k++) {
1445 for (j = 0, first = True; j < res_count; j++) {
1463 for (j = 0; j < res_count; j++) {
H A Dmisc.c7047 sortedOptDescs(const XrmOptionDescRec * descs, Cardinal res_count) argument
7060 res_array = TypeCallocN(XrmOptionDescRec, res_count);
7062 for (j = 0; j < res_count; j++)
7064 qsort(res_array, (size_t) res_count, sizeof(*res_array), cmp_resources);

Completed in 11 milliseconds