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

/xsrc/external/mit/libXt/dist/src/
H A DTMprint.c494 TMShortCard numPrints,
504 for (i = startIndex; noMatch && i < numPrints; i++) {
679 TMShortCard numPrints, maxPrints; local in function:_XtPrintXlations
699 numPrints = 0;
701 ProcessStateTree(prints, xlations, (TMShortCard) i, &numPrints);
703 for (i = 0; i < numPrints; i++) {
773 TMShortCard numPrints, maxPrints; local in function:_XtDisplayInstalledAccelerators
796 numPrints = 0;
801 ProcessStateTree(prints, xlations, (TMShortCard) i, &numPrints);
804 for (i = 0; i < numPrints;
493 FindNextMatch(PrintRec * printData,TMShortCard numPrints,XtTranslations xlations,TMBranchHead branchHead,StatePtr nextLevel,TMShortCard startIndex) argument
[all...]

Completed in 3 milliseconds