Lines Matching refs:xend
935 static char *xend; /* end input buffer */
1270 xend = buf + LINE;
1416 if (xep + len >= xend) {
1892 strlcpy(xbuf, sp, xend - xbuf);
3115 int ret = x_do_comment(xbuf, xend - xbuf, &len);
3134 char *o_xbuf = xbuf, *o_xend = xend;
3141 xend = xep = strnul(v);
3147 xend = o_xend;
3176 shf_snprintf(xbuf, xend - xbuf, Tf_sd, ctrl_x_e, x_arg);
3178 strlcpy(xbuf, ctrl_x_e, xend - xbuf);
5707 if (rgbeg + newlen + restlen >= xend)