HomeSort by: relevance | last modified time | path
    Searched refs:ROWS_ABOVE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
vt100_base.h 77 #define ROWS_ABOVE(d) ((int)(d)->crow - (int)(d)->scrreg_startrow)
wsemul_vt100_subr.c 448 vd->scrreg_nrows -= ROWS_ABOVE(vd);
619 row = ROWS_ABOVE(vd);
wsemul_vt100.c 400 if (ROWS_ABOVE(vd) == 0) {

Completed in 13 milliseconds