Searched refs:cstop (Results 1 – 1 of 1) sorted by relevance
123 int cstop = 0; /* current tabstop */ in tabify() local144 while (cstop < nstops && in tabify()145 ocol > tabstops[cstop]) in tabify()146 cstop++; in tabify()148 if (cstop >= nstops) { in tabify()154 if (ocol != tabstops[cstop]) in tabify()156 cstop++; in tabify()182 cstop = 0; in tabify()195 if (cstop < nstops && in tabify()196 ocol < tabstops[cstop]) in tabify()[all …]