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

  /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
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
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 36 milliseconds