Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/sys/dev/syscons/daemon/
Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon() argument
134 (ypos + y)*sc->cur_scp->xsize + xpos + xoff, in clear_daemon()
135 xlen - xoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon() argument
150 px = xoff; in draw_daemon()
155 for (x = xoff; (x < xlen) && (daemon_pic[y][px] != '\0'); x++, px++) { in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string() argument
188 ypos*sc->cur_scp->xsize + xpos + xoff, len - xoff, in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string() argument
197 for (x = xoff; x < len; x++) in draw_string()
[all …]
/freebsd-9-stable/contrib/cvs/diff/
Danalyze.c98 diag (xoff, xlim, yoff, ylim, minimal, part) in diag() argument
99 int xoff, xlim, yoff, ylim, minimal; in diag()
106 int const dmin = xoff - ylim; /* Minimum valid diagonal. */
108 int const fmid = xoff - yoff; /* Center diagonal of top-down search. */
116 fd[fmid] = xoff;
164 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
199 int v = (x - xoff) * 2 - dd;
203 && xoff + SNAKE_LIMIT <= x && x < xlim
238 && xoff < x && x <= xlim - SNAKE_LIMIT
292 int x = max (xoff, bd[d]);
[all …]
/freebsd-9-stable/contrib/diff/src/
Danalyze.c92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() argument
99 lin const dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag()
101 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
109 fd[fmid] = xoff; in diag()
157 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
191 lin v = (x - xoff) * 2 - dd; in diag()
195 && xoff + SNAKE_LIMIT <= x && x < xlim in diag()
230 && xoff < x && x <= xlim - SNAKE_LIMIT in diag()
284 lin x = MAX (xoff, bd[d]); in diag()
296 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
[all …]
/freebsd-9-stable/sys/dev/syscons/
Dscvgarndr.c177 (x) * (scp)->xoff + \
416 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
478 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
545 scp->xoff * 8 * pixel_size; in vga_pxlclear_direct()
570 + scp->xoff; in vga_pxlclear_planar()
613 x = scp->xpixel / 8 - scp->xoff - scp->xsize; in vga_pxlborder_direct()
616 if (scp->xoff > 0) { in vga_pxlborder_direct()
618 e = s + scp->xoff * 8 * pixel_size; in vga_pxlborder_direct()
626 scp->xoff * 8 * pixel_size + in vga_pxlborder_direct()
660 x = scp->xpixel/8 - scp->xoff - scp->xsize; in vga_pxlborder_planar()
[all …]
Dscmouse.c176 scp->xoff; in sc_mouse_move()
185 if (scp->mouse_xpos < scp->xoff*scp->font_width) in set_mouse_pos()
186 scp->mouse_xpos = scp->xoff*scp->font_width; in set_mouse_pos()
196 if (scp->mouse_xpos > (scp->xsize + scp->xoff)*scp->font_width - 1) in set_mouse_pos()
197 scp->mouse_xpos = (scp->xsize + scp->xoff)*scp->font_width - 1; in set_mouse_pos()
207 + scp->mouse_xpos/scp->font_width - scp->xoff; in set_mouse_pos()
243 (scp->mouse_oldpos%scp->xsize + scp->xoff) in sc_remove_mouse_image()
Dscvidctl.c213 scp->xoff = 0; in sc_set_text_mode()
278 scp->xoff = 0; in sc_set_graphics_mode()
392 scp->xoff = (scp->xpixel/8 - xsize)/2; in sc_set_pixel_mode()
Dsyscons.h290 int xoff; /* X offset in pixel mode */ member
Dsyscons.c453 scp->xoff = scp->yoff = 0; in sc_set_vesa_mode()
3263 scp->xoff = scp->yoff = 0; in init_scp()
/freebsd-9-stable/sys/pc98/cbus/
Dscgdcrndr.c171 at = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
/freebsd-9-stable/contrib/ncurses/include/
DCaps.uwin232 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
233 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
445 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
446 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
DCaps.aix4232 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
233 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
632 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
633 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
DCaps.keys234 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
235 needs_xon_xoff nxon bool nx - - ----- padding won't work, xon/xoff required
479 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
480 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
DCaps.hpux11232 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
234 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
540 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
541 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
DCaps232 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
233 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
477 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
478 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
DCaps.osf1r5232 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
242 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
599 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
611 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-gmxx-defs.h5773 uint64_t xoff : 16; /**< Which ports to backpressure member
5778 uint64_t xoff : 16;
/freebsd-9-stable/contrib/ncurses/misc/
Dterminfo.src474 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
598 # shouldn't hurt since xon/xoff is assumed.
1895 # recommended that xon/xoff be enabled, as this is assumed here.
5839 # exact padding. Since the terminal uses xoff/xon this is intended
8445 # The xon-xoff handshaking can't be disabled while in ansi personality, so
11800 # clear eol use xon/xoff so they probably won't work very well.
11812 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
13989 #ctrl-N Disable xon/xoff to host
13990 #ctrl-O Enable xon/xoff to host
14715 # since Sytek insists ^S means xoff.
[all …]
/freebsd-9-stable/share/termcap/
Dtermcap524 # The tab 132 uses xon/xoff, so no padding needed.
2458 # padding only if the xon/xoff switch is off. For UNIX, this switch
3394 # and it's too dim anyway. No ic since Sytek insists ^S means xoff.