Lines Matching refs:tabs
66 /* Default tabs */
815 int *tabs; /* Pointer to tabs */
821 tabs = spectbl[p];
826 if (logcol >= *tabs) tabs++;
831 if (logcol < *tabs) tabs--;
834 while (logcol < *tabs) {
838 tabs++;
901 int *tabs; /* Pointer to tabs */
908 tabs = spectbl[p];
912 if (logcol == *tabs) tabs++;
917 if (logcol < *tabs) tabs--;
924 if (logcol == *tabs) {
927 tabs++;