Searched refs:tabIndex (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkTextDisp.c | 743 int tabIndex; /* Index of the current tab stop. */ 790 tabIndex = -1; 923 if (tabIndex >= 0) { 924 AdjustForTab(textPtr, tabArrayPtr, tabIndex, tabChunkPtr); 927 tabIndex++; 929 tabSize = SizeOfTab(textPtr, tabArrayPtr, tabIndex, x, maxX); 992 if ((tabIndex >= 0) && (tabChunkPtr != NULL)) { 993 AdjustForTab(textPtr, tabArrayPtr, tabIndex, tabChunkPtr); 738 int tabIndex; /* Index of the current tab stop. */ local
|
Completed in 21 milliseconds