Lines Matching refs:crow
74 u_int nrows, ncols, crow, ccol; member
82 int ccol, int crow, long defattr) in wsemul_dumb_cnattach() argument
92 edp->crow = crow; in wsemul_dumb_cnattach()
102 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_dumb_attach() argument
115 edp->crow = crow; in wsemul_dumb_attach()
134 (*edp->emulops->cursor)(edp->emulcookie, 0, edp->crow, edp->ccol); in wsemul_dumb_output()
155 edp->crow, edp->ccol, n, edp->defattr); in wsemul_dumb_output()
163 edp->crow = 0; in wsemul_dumb_output()
167 if (edp->crow > 0) in wsemul_dumb_output()
168 edp->crow--; in wsemul_dumb_output()
172 (*edp->emulops->putchar)(edp->emulcookie, edp->crow, in wsemul_dumb_output()
187 if (edp->crow < edp->nrows - 1) { in wsemul_dumb_output()
188 edp->crow++; in wsemul_dumb_output()
196 edp->crow -= n - 1; in wsemul_dumb_output()
201 (*edp->emulops->cursor)(edp->emulcookie, 1, edp->crow, edp->ccol); in wsemul_dumb_output()
224 *crowp = edp->crow; in wsemul_dumb_detach()
239 edp->ccol = edp->crow = 0; in wsemul_dumb_resetop()