Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/lib/
H A Ddiffseq.h204 fd[fmid] = xoff; in diag()
305 OFFSET v = (x - xoff) * 2 - dd; in diag()
310 && xoff + SNAKE_LIMIT <= x && x < xlim in diag()
349 && xoff < x && x <= xlim - SNAKE_LIMIT in diag()
407 OFFSET x = MAX (xoff, bd[d]); in diag()
472 while (xoff < xlim && yoff < ylim && XREF_YREF_EQUAL (xoff, yoff)) in compareseq()
474 xoff++; in compareseq()
486 if (xoff == xlim) in compareseq()
495 while (xoff < xlim) in compareseq()
497 NOTE_DELETE (ctxt, xoff); in compareseq()
[all …]
/dragonfly/sys/dev/misc/syscons/fred/
H A Dfred_saver.c125 (ypos + y)*sc->cur_scp->xsize + xpos + xoff, in clear_fred()
126 xlen - xoff, in clear_fred()
141 px = xoff; in draw_fred()
146 for (x = xoff; (x < xlen) && (fred_pic[y][px] != '\0'); x++, px++) { in draw_fred()
177 ypos*sc->cur_scp->xsize + xpos + xoff, len - xoff, in clear_string()
186 for (x = xoff; x < len; x++) { in draw_string()
201 static int xoff, yoff, toff; in fred_saver() local
230 clear_fred(sc, dxpos, dypos, dxdir, xoff, yoff, xlen, ylen); in fred_saver()
280 xoff = 0; in fred_saver()
285 xoff = -dxpos; in fred_saver()
[all …]
/dragonfly/contrib/cvs-1.12/diff/
H A Danalyze.c98 diag (xoff, xlim, yoff, ylim, minimal, part) in diag() argument
99 int xoff, xlim, yoff, ylim, minimal; in diag()
116 fd[fmid] = xoff;
199 int v = (x - xoff) * 2 - dd;
292 int x = max (xoff, bd[d]);
339 int xoff, xlim, yoff, ylim, minimal; in compareseq()
345 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
346 ++xoff, ++yoff;
352 if (xoff == xlim)
356 while (xoff < xlim)
[all …]
/dragonfly/sys/dev/misc/syscons/
H A Dscvgarndr.c473 if (scp->xoff > 0) { in vga_pxlborder_direct()
486 scp->xoff * 8 * pixel_size + in vga_pxlborder_direct()
529 if (scp->xoff > 0) { in vga_pxlborder_packed()
579 if (scp->xoff > 0) in vga_pxlborder_planar()
700 draw_pos += scp->xoff * 16 + in vga_vgadraw_packed()
757 d += scp->xoff*2 in vga_vgadraw_planar()
1127 int xoff; in draw_pxlmouse_planar() local
1133 xoff = (x - scp->xoff*8)%8; in draw_pxlmouse_planar()
1151 xoff += 8; in draw_pxlmouse_planar()
1162 m = mouse_or_mask[j] >> xoff; in draw_pxlmouse_planar()
[all …]
H A Dscmouse.c113 x / scp->font_width - scp->xoff; in sc_mouse_move()
122 if (scp->mouse_xpos < scp->xoff * scp->font_width) in set_mouse_pos()
123 scp->mouse_xpos = scp->xoff * scp->font_width; in set_mouse_pos()
133 if (scp->mouse_xpos > (scp->xsize + scp->xoff) * scp->font_width - 1) in set_mouse_pos()
134 scp->mouse_xpos = (scp->xsize + scp->xoff) * scp->font_width - 1; in set_mouse_pos()
144 scp->mouse_xpos / scp->font_width - scp->xoff; in set_mouse_pos()
180 (scp->mouse_oldpos%scp->xsize + scp->xoff) * in sc_remove_mouse_image()
H A Dscvidctl.c148 scp->xoff = 0; in sc_set_text_mode()
229 scp->xoff = 0; in sc_set_graphics_mode()
384 scp->xoff = (scp->xpixel/8 - xsize)/2; in sc_set_pixel_mode()
H A Dsyscons.h114 (x) * (scp)->xoff + \
271 int xoff; /* X offset in pixel mode */ member
H A Dsckmsrndr.c579 col = x / scp->font_width - scp->xoff; in remove_kmsmouse()
H A Dsyscons.c3679 scp->xoff = scp->yoff = 0; in init_scp()
/dragonfly/sys/kern/
H A Dvfs_bio.c4057 int xoff; in vfs_clean_one_page() local
4066 bcount = bp->b_bcount + xoff; /* offset adjusted */ in vfs_clean_one_page()
4069 soff = xoff; in vfs_clean_one_page()
4108 m->valid, m->dirty, xoff, soff, eoff, in vfs_clean_one_page()
4123 if (bp->b_dirtyoff > soff - xoff) in vfs_clean_one_page()
4124 bp->b_dirtyoff = soff - xoff; in vfs_clean_one_page()
4125 if (bp->b_dirtyend < eoff - xoff) in vfs_clean_one_page()
4126 bp->b_dirtyend = eoff - xoff; in vfs_clean_one_page()
4161 int xoff;
4170 bcount = bp->b_bcount + xoff; /* offset adjusted */
[all …]
/dragonfly/contrib/diffutils/src/
H A Danalyze.c32 #define NOTE_DELETE(c, xoff) (files[0].changed[files[0].realindexes[xoff]] = 1) argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcselib.c887 rtx xoff = NULL, yoff = NULL; in rtx_equal_for_cselib_1() local
889 x = autoinc_split (x, &xoff, memmode); in rtx_equal_for_cselib_1()
892 if (!xoff != !yoff) in rtx_equal_for_cselib_1()
895 if (xoff && !rtx_equal_for_cselib_1 (xoff, yoff, memmode)) in rtx_equal_for_cselib_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcselib.c916 rtx xoff = NULL, yoff = NULL; in rtx_equal_for_cselib_1() local
918 x = autoinc_split (x, &xoff, memmode); in rtx_equal_for_cselib_1()
921 if (!xoff != !yoff) in rtx_equal_for_cselib_1()
924 if (xoff && !rtx_equal_for_cselib_1 (xoff, yoff, memmode, depth)) in rtx_equal_for_cselib_1()
/dragonfly/sys/vfs/hammer/
H A Dhammer_ondisk.c1120 int32_t xoff = (int32_t)buf_offset & HAMMER_BUFMASK; in _hammer_bread() local
1142 return((char *)buffer->ondisk + xoff); in _hammer_bread()
/dragonfly/contrib/ncurses/include/
H A DCaps233 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
478 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
479 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
/dragonfly/share/termcap/
H A Dtermcap.src577 # The tab 132 uses xon/xoff, so no padding needed.
2521 # padding only if the xon/xoff switch is off. For UNIX, this switch
3460 # and it's too dim anyway. No ic since Sytek insists ^S means xoff.
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src513 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
636 # shouldn't hurt since xon/xoff is assumed.
2215 # recommended that xon/xoff be enabled, as this is assumed here.
8983 # exact padding. Since the terminal uses xoff/xon this is intended
15134 # clear eol use xon/xoff so they probably won't work very well.
15146 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
17431 #ctrl-N Disable xon/xoff to host
17432 #ctrl-O Enable xon/xoff to host
18169 # since Sytek insists ^S means xoff.
18280 # ansi,wraparound,newline disabled, xon/xoff disabled in both
[all …]