HomeSort by: relevance | last modified time | path
    Searched defs:thisy (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/rcons/
raster_text.c 92 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,
raster_text.c 92 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,
  /src/external/bsd/tmux/dist/
tty.c 2552 u_int thisx, thisy; local
2559 thisy = tty->cy;
2565 if (cx == thisx && cy == thisy && cx == tty->sx)
2573 if (cx == thisx && cy == thisy)
2587 if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower &&
2595 if (cy == thisy) {
2650 if (thisy != tty->rupper &&
2651 cy == thisy - 1 && tty_term_has(term, TTYC_CUU1)) {
2657 if (thisy != tty->rlower &
    [all...]
tty.c 2552 u_int thisx, thisy; local
2559 thisy = tty->cy;
2565 if (cx == thisx && cy == thisy && cx == tty->sx)
2573 if (cx == thisx && cy == thisy)
2587 if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower &&
2595 if (cy == thisy) {
2650 if (thisy != tty->rupper &&
2651 cy == thisy - 1 && tty_term_has(term, TTYC_CUU1)) {
2657 if (thisy != tty->rlower &
    [all...]

Completed in 47 milliseconds