Home
last modified time | relevance | path

Searched refs:cstop (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/expand/
H A Dunexpand.c123 int cstop = 0; /* current tabstop */ in tabify() local
144 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 …]