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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c1290 int lineNum, spaceLeft, charsToCount;
1303 charsToCount = dInfoPtr->dLinePtr->index.charIndex;
1304 if (charsToCount == 0) {
1305 charsToCount = INT_MAX;
1317 charsToCount -= dlPtr->count;
1318 } while ((charsToCount > 0)
1345 charsToCount = INT_MAX;
3034 int charsToCount; /* Maximum number of characters to measure
3042 charsToCount = srcPtr->charIndex + 1;
3049 * part up through srcPtr (charsToCount i
1284 int lineNum, spaceLeft, charsToCount; local
3016 int charsToCount; /* Maximum number of characters to measure local
3309 int i, charsToCount, lineNum; local
[all...]

Completed in 16 milliseconds