Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/rcons/
Draster_text.c92 int thisx, thisy; in raster_textn() local
140 thisx = x1 + c->homex; in raster_textn()
208 r, thisx, thisy, charrast->width, charrast->height, in raster_textn()
215 r, thisx, thisy, charrast->width, charrast->height, in raster_textn()
/netbsd/src/external/bsd/tmux/dist/
Dtty.c2510 u_int thisx, thisy; in tty_cursor() local
2516 thisx = tty->cx; in tty_cursor()
2523 if (cx == thisx && cy == thisy && cx == tty->sx) in tty_cursor()
2531 if (cx == thisx && cy == thisy) in tty_cursor()
2535 if (thisx > tty->sx - 1) in tty_cursor()
2565 if (cx == thisx - 1 && tty_term_has(term, TTYC_CUB1)) { in tty_cursor()
2571 if (cx == thisx + 1 && tty_term_has(term, TTYC_CUF1)) { in tty_cursor()
2577 change = thisx - cx; /* +ve left, -ve right */ in tty_cursor()
2602 } else if (cx == thisx) { in tty_cursor()