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

/netbsd-current/sys/dev/rcons/
H A Draster_text.c92 int thisx, thisy; local
140 thisx = x1 + c->homex;
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
2515 thisx = tty->cx;
2522 if (cx == thisx && cy == thisy && cx == tty->sx)
2530 if (cx == thisx && cy == thisy)
2534 if (thisx > tty->sx - 1)
2564 if (cx == thisx - 1 && tty_term_has(term, TTYC_CUB1)) {
2570 if (cx == thisx + 1 && tty_term_has(term, TTYC_CUF1)) {
2576 change = thisx - cx; /* +ve left, -ve right */
2601 } else if (cx == thisx) {

Completed in 138 milliseconds