Searched refs:SCNO (Results 1 – 1 of 1) sorted by relevance
172 #define SCNO vip->sc_col /* Current screen column. */ in vs_paint() macro506 if (SCNO + 1 + MAX_CHARACTER_COLUMNS < cnt) in vs_paint()535 if (SCNO < cwtotal) in vs_paint()537 SCNO -= cwtotal; in vs_paint()552 for (cwtotal = SCNO; cnt--;) { in vs_paint()563 SCNO = cwtotal; in vs_paint()566 if (SCNO >= SCREEN_COLS(sp)) in vs_paint()650 if (vs_line(sp, smp, &y, &SCNO)) in vs_paint()670 if (vs_line(sp, smp, &y, &SCNO)) in vs_paint()735 (void)gp->scr_move(sp, y, SCNO); in vs_paint()[all …]