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

/ast/src/lib/libtk/generic/
H A DtkText.c1511 int code, matchLength, matchChar, passes, stopLine, searchWholeText;
1627 matchLength = patLength = 0; /* Only needed to prevent compiler
1759 matchLength = thisLength;
1786 for (leftToScan += matchLength; leftToScan > 0;
1789 matchLength += segPtr->size;
1804 sprintf(buffer, "%d", matchLength);
1499 int code, matchLength, matchChar, passes, stopLine, searchWholeText; local

Completed in 13 milliseconds