Home
last modified time | relevance | path

Searched refs:xend (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sys/dev/pci/
Dtga.c1093 int xstart, xend, xdir; local
1122 xend = w * (dst->ri_depth / 8) - 4;
1126 xend = 0;
1159 x <= xend && xleft >= 4*64;
1179 for ( ; x <= xend && xleft >= 64;
1193 x <= xend && xleft >= 4;
1206 x >= xend && xleft >= 4*64;
1228 for ( ; x >= xend && xleft >= 64;
1242 x >= xend && xleft >= 4;
/mirbsd/src/gnu/usr.bin/perl/ext/re/
Dre.xs12 extern regexp* my_regcomp (pTHX_ char* exp, char* xend, PMOP* pm);
/mirbsd/src/bin/mksh/
Dedit.c911 static char *xend; /* end input buffer */ variable
1191 xend = buf + LINE; in x_emacs()
1333 if (xep + len >= xend) { in x_do_ins()
1828 strlcpy(xbuf, sp, xend - xbuf); in x_load_hist()
3001 int ret = x_do_comment(xbuf, xend - xbuf, &len); in x_comment()
3020 char *o_xbuf = xbuf, *o_xend = xend; in x_version()
3029 xend = xep = v + (vlen = strlen(v)); in x_version()
3035 xend = o_xend; in x_version()
3068 shf_snprintf(xbuf, xend - xbuf, "%s %d", in x_edit_line()
3071 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf); in x_edit_line()
/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.c1738 Perl_pregcomp(pTHX_ char *exp, char *xend, PMOP *pm) in Perl_pregcomp() argument
1760 (int)(xend - exp), exp, PL_colors[1]); in Perl_pregcomp()
1776 RExC_end = xend; in Perl_pregcomp()
1791 STRLEN len = xend-exp; in Perl_pregcomp()
1795 xend = exp + len; in Perl_pregcomp()
1823 r->prelen = xend - exp; in Perl_pregcomp()
1847 RExC_end = xend; in Perl_pregcomp()
Dperl.h3843 typedef regexp*(CPERLscope(*regcomp_t)) (pTHX_ char* exp, char* xend, PMOP* pm);
Dproto.h1035 PERL_CALLCONV regexp* Perl_pregcomp(pTHX_ char* exp, char* xend, PMOP* pm);
Dembed.fnc634 Ap |regexp*|pregcomp |NN char* exp|NN char* xend|NN PMOP* pm
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc624 Ap |regexp*|pregcomp |NN char* exp|NN char* xend|NN PMOP* pm