Searched refs:SCNO (Results 1 – 1 of 1) sorted by relevance
175 #define SCNO vip->sc_col /* Current screen column. */ in vs_paint() macro501 if (SCNO + 1 + MAX_CHARACTER_COLUMNS < cnt) in vs_paint()530 if (SCNO < cwtotal) in vs_paint()532 SCNO -= cwtotal; in vs_paint()547 for (cwtotal = SCNO; cnt--;) { in vs_paint()558 SCNO = cwtotal; in vs_paint()561 if (SCNO >= SCREEN_COLS(sp)) in vs_paint()645 if (vs_line(sp, smp, &y, &SCNO)) in vs_paint()665 if (vs_line(sp, smp, &y, &SCNO)) in vs_paint()728 (void)gp->scr_move(sp, y, SCNO); in vs_paint()[all …]