Searched refs:thisy (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/rcons/
H A Draster_text.c92 int thisx, thisy; local
141 thisy = y1 + c->homey;
208 r, thisx, thisy, charrast->width, charrast->height,
215 r, thisx, thisy, charrast->width, charrast->height,
/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c2509 u_int thisx, thisy; local
2516 thisy = tty->cy;
2522 if (cx == thisx && cy == thisy && cx == tty->sx)
2530 if (cx == thisx && cy == thisy)
2544 if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower &&
2552 if (cy == thisy) {
2607 if (thisy != tty->rupper &&
2608 cy == thisy - 1 && tty_term_has(term, TTYC_CUU1)) {
2614 if (thisy !
[all...]

Completed in 363 milliseconds