Lines Matching refs:newcol
1195 int i, j, c, lastc, col, nc, newcol;
1267 newcol = roundup(col + 1, tabsize);
1269 if (hw > 0 && newcol >= hw)
1273 newcol > hw)
1274 newcol = hw;
1275 printf("%*s", newcol - col, "");
1277 col = newcol;
1654 int col, newcol, tabstop;
1657 newcol = nc + n;
1660 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) {
1666 printf("%*s", newcol - col, "");