Home | History | Annotate | Download | only in src

Lines Matching refs:beg

87 	const char *old_beg = xsp->beg;
90 xsp->beg = aresize(xsp->beg, xsp->len + 8, xsp->areap);
91 xsp->end = xsp->beg + xsp->len;
92 return (xsp->beg + (xp - old_beg));