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

  /src/external/bsd/nvi/dist/ip/
ip_funcs.c 221 size_t x, y, spcnt; local
227 for (spcnt = sp->cols - x;
228 spcnt > 0 && ! error; --spcnt)
ip_funcs.c 221 size_t x, y, spcnt; local
227 for (spcnt = sp->cols - x;
228 spcnt > 0 && ! error; --spcnt)
  /src/external/bsd/nvi/dist/cl/
cl_funcs.c 262 size_t spcnt, y, x;
271 for (spcnt = (sp->coff + sp->cols) - x; spcnt > 0; --spcnt)
319 size_t col, lno, spcnt; local
347 for (lno = RLNO(sp, LASTLINE(sp)), col = spcnt = 0;;) {
351 ++spcnt;
353 (void)wmove(win, lno, col - spcnt);
354 for (; spcnt > 0; --spcnt)
    [all...]
cl_funcs.c 262 size_t spcnt, y, x;
271 for (spcnt = (sp->coff + sp->cols) - x; spcnt > 0; --spcnt)
319 size_t col, lno, spcnt; local
347 for (lno = RLNO(sp, LASTLINE(sp)), col = spcnt = 0;;) {
351 ++spcnt;
353 (void)wmove(win, lno, col - spcnt);
354 for (; spcnt > 0; --spcnt)
    [all...]

Completed in 29 milliseconds