Home | History | Annotate | Download | only in src

Lines Matching defs:xend

911 static char *xend;		/* end input buffer */
1191 xend = buf + LINE;
1333 if (xep + len >= xend) {
1828 strlcpy(xbuf, sp, xend - xbuf);
3001 int ret = x_do_comment(xbuf, xend - xbuf, &len);
3020 char *o_xbuf = xbuf, *o_xend = xend;
3029 xend = xep = v + (vlen = strlen(v));
3035 xend = o_xend;
3068 shf_snprintf(xbuf, xend - xbuf, "%s %d",
3071 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf);