Home | History | Annotate | Download | only in cl

Lines Matching defs:spcnt

262 	size_t spcnt, y, x;
271 for (spcnt = (sp->coff + sp->cols) - x; spcnt > 0; --spcnt)
319 size_t col, lno, spcnt;
347 for (lno = RLNO(sp, LASTLINE(sp)), col = spcnt = 0;;) {
351 ++spcnt;
353 (void)wmove(win, lno, col - spcnt);
354 for (; spcnt > 0; --spcnt)