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

  /src/sys/dev/wscons/
vt100_base.h 54 u_int scrreg_nrows; member in struct:vt100base_data
78 #define ROWS_BELOW(d) ((int)((d)->scrreg_startrow + (d)->scrreg_nrows) \
wsemul_vt100_subr.c 61 if (n > vd->scrreg_nrows)
62 n = vd->scrreg_nrows;
64 help = vd->scrreg_nrows - n;
91 if (n > vd->scrreg_nrows)
92 n = vd->scrreg_nrows;
94 help = vd->scrreg_nrows - n;
409 m = vd->scrreg_startrow + vd->scrreg_nrows - 1;
430 uimin(DEF1_ARG(vd, 0), vd->scrreg_nrows) - 1;
441 || vd->scrreg_startrow + vd->scrreg_nrows <= vd->crow)
447 savscrnrows = vd->scrreg_nrows;
    [all...]
wsemul_vt100.c 348 vd->scrreg_nrows = vd->nrows;

Completed in 43 milliseconds