Lines Matching refs:xend
930 static char *xend; /* end input buffer */ variable
1240 xend = buf + LINE; in x_emacs()
1380 if (xep + len >= xend) { in x_do_ins()
1856 strlcpy(xbuf, sp, xend - xbuf); in x_load_hist()
3043 int ret = x_do_comment(xbuf, xend - xbuf, &len); in x_comment()
3062 char *o_xbuf = xbuf, *o_xend = xend; in x_version()
3069 xend = xep = strnul(v); in x_version()
3075 xend = o_xend; in x_version()
3108 shf_snprintf(xbuf, xend - xbuf, Tf_sd, in x_edit_line()
3111 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf); in x_edit_line()
5634 if (evbeg + newlen + restlen >= xend) in x_eval_region()