Home | History | Annotate | Download | only in src

Lines Matching refs:xend

841 static char *xend;		/* end input buffer */
1121 xbp = xbuf = buf; xend = buf + len;
1258 if (xep + len >= xend) {
1762 strlcpy(xbuf, sp, xend - xbuf);
2913 int ret = x_do_comment(xbuf, xend - xbuf, &len);
2932 char *o_xbuf = xbuf, *o_xend = xend;
2941 xend = xep = v + (vlen = strlen(v));
2947 xend = o_xend;
2980 shf_snprintf(xbuf, xend - xbuf, "%s %d",
2983 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf);