Searched refs:thisy (Results 1 – 1 of 1) sorted by relevance
2397 u_int thisx, thisy; in tty_cursor() local2404 thisy = tty->cy; in tty_cursor()2410 if (cx == thisx && cy == thisy && cx == tty->sx) in tty_cursor()2418 if (cx == thisx && cy == thisy) in tty_cursor()2432 if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower && in tty_cursor()2440 if (cy == thisy) { in tty_cursor()2495 if (thisy != tty->rupper && in tty_cursor()2496 cy == thisy - 1 && tty_term_has(term, TTYC_CUU1)) { in tty_cursor()2502 if (thisy != tty->rlower && in tty_cursor()2503 cy == thisy + 1 && tty_term_has(term, TTYC_CUD1)) { in tty_cursor()[all …]