Searched refs:ocol (Results 1 – 1 of 1) sorted by relevance
106 int dcol, doneline, limit, n, ocol, width; in tabify() local111 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 …]