HomeSort by: relevance | last modified time | path
    Searched refs:newcol (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/diff/
diffreg.c 1195 int i, j, c, lastc, col, nc, newcol; local
1267 newcol = roundup(col + 1, tabsize);
1269 if (hw > 0 && newcol >= hw)
1273 if (hw > 0 && newcol > hw)
1274 newcol = hw;
1275 printf("%*s", newcol - col, "");
1277 col = newcol;
1654 int col, newcol, tabstop; local
1657 newcol = nc + n;
1660 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) {
    [all...]
  /src/bin/ksh/
vi.c 63 static int newcol ARGS((int, int));
1778 col = newcol((unsigned char) es->cbuf[cur++], col);
1800 tcol = newcol((unsigned char) es->cbuf[tcur++], tcol);
1803 holdcol1 = newcol((unsigned char) es->cbuf[holdcur1++],
1809 newcol(ch, col) function

Completed in 21 milliseconds