Home
last modified time | relevance | path

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

/src/usr.bin/unexpand/
H A Dunexpand.c106 int dcol, doneline, limit, n, ocol, width; in tabify() local
111 doneline = ocol = dcol = 0; in tabify()
136 while (((ocol + tabstops[0]) / tabstops[0]) in tabify()
138 if (dcol - ocol < 2) in tabify()
141 ocol = (1 + ocol / tabstops[0]) * in tabify()
145 for (n = 0; n < nstops && tabstops[n] - 1 < ocol; n++) in tabify()
147 while (ocol < dcol && n < nstops && ocol < limit) { in tabify()
149 ocol = tabstops[n++]; in tabify()
154 while (ocol < dcol && ocol < limit) { in tabify()
156 ocol++; in tabify()
[all …]