Home | History | Annotate | Download | only in src

Lines Matching full:xend

825 static char *xend;		/* end input buffer */
1104 xbp = xbuf = buf; xend = buf + len;
1240 if (xep + len >= xend) {
1736 strlcpy(xbuf, sp, xend - xbuf);
2855 int ret = x_do_comment(xbuf, xend - xbuf, &len);
2874 char *o_xbuf = xbuf, *o_xend = xend;
2882 xend = xep = v + (vlen = strlen(v));
2888 xend = o_xend;
2921 shf_snprintf(xbuf, xend - xbuf, "%s %d",
2924 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf);