Home | History | Annotate | Download | only in src

Lines Matching defs:xend

910 static char *xend;		/* end input buffer */
1196 xbp = xbuf = buf; xend = buf + len;
1336 if (xep + len >= xend) {
1839 strlcpy(xbuf, sp, xend - xbuf);
2993 int ret = x_do_comment(xbuf, xend - xbuf, &len);
3012 char *o_xbuf = xbuf, *o_xend = xend;
3021 xend = xep = v + (vlen = strlen(v));
3027 xend = o_xend;
3060 shf_snprintf(xbuf, xend - xbuf, "%s %d",
3063 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf);