Searched refs:spcnt (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/cl/ |
| D | cl_funcs.c | 262 size_t spcnt, y, x; in cl_clrtoeol() 271 for (spcnt = (sp->coff + sp->cols) - x; spcnt > 0; --spcnt) in cl_clrtoeol() 319 size_t col, lno, spcnt; in cl_deleteln() local 347 for (lno = RLNO(sp, LASTLINE(sp)), col = spcnt = 0;;) { in cl_deleteln() 351 ++spcnt; in cl_deleteln() 353 (void)wmove(win, lno, col - spcnt); in cl_deleteln() 354 for (; spcnt > 0; --spcnt) in cl_deleteln()
|
| /netbsd/src/external/bsd/nvi/dist/ip/ |
| D | ip_funcs.c | 221 size_t x, y, spcnt; in ip_clrtoeol() local 227 for (spcnt = sp->cols - x; in ip_clrtoeol() 228 spcnt > 0 && ! error; --spcnt) in ip_clrtoeol()
|