Searched refs:SCNO (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_refresh.c178 #define SCNO vip->sc_col /* Current screen column. */ macro
501 if (SCNO + 1 + MAX_CHARACTER_COLUMNS < cnt)
530 if (SCNO < cwtotal)
532 SCNO -= cwtotal;
547 for (cwtotal = SCNO; cnt--;) {
558 SCNO = cwtotal;
561 if (SCNO >= SCREEN_COLS(sp))
645 if (vs_line(sp, smp, &y, &SCNO))
665 if (vs_line(sp, smp, &y, &SCNO))
728 (void)gp->scr_move(sp, y, SCNO);
756 #undef SCNO macro
[all...]

Completed in 74 milliseconds