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

/ast/src/lib/libtk/generic/
H A DtkBind.c192 int numPats; /* Number of patterns in sequence (usually member in struct:PatSeq
213 Pattern pats[1]; /* Array of "numPats" patterns. Only one
215 * enough space will be allocated for "numPats"
1555 patCount = psPtr->numPats;
1731 if ((virtMatchPtr->numPats != 1)
1759 if (matchPtr->numPats != bestPtr->numPats) {
1760 if (bestPtr->numPats > matchPtr->numPats) {
1767 i < matchPtr->numPats;
3312 int numPats, virtualFound; local
[all...]

Completed in 13 milliseconds