Lines Matching refs:xep
937 static char *xep; /* current end */
1271 xlp = xcp = xep = buf;
1332 i = xep - xbuf;
1416 if (xep + len >= xend) {
1420 memmove(xcp + len, xcp, xep - xcp + 1);
1423 xep += len;
1476 if (cp2 > xep)
1507 if (cp2 > xep)
1527 xep -= nb;
1529 memmove(xcp, xcp + nb, xep - xcp + 1);
1539 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) {
1544 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' ');
1616 if (cp == xep) {
1621 while (cp != xep && ctype(*cp, C_MFS))
1623 while (cp != xep && !ctype(*cp, C_MFS))
1635 cp = cp >= xep ? xep : x_bs0(cp, xbuf);
1737 if (xcp == xep) {
1743 if (cp2 > xep)
1757 *xep = '\0';
1763 if ((cp = (cp == xep) ? NULL : strstr(cp + 1, tmp)) == NULL &&
1786 p = xep;
1791 if ((tmp[1] && ((p+1) > xep)) ||
1792 (tmp[2] && ((p+2) > xep)))
1814 *xep++ = '\n';
1894 xep = xcp = strnul(xbuf);
1914 if (xep == xbuf && x_arg_defaulted)
2080 *xep = 0;
2081 x_push(xep - (xcp = xbuf));
2082 xlp = xbp = xep = xbuf;
2094 x_goto(xep);
2178 lch = xep > xlp ? (xbp > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' ';
2208 } else if (xcp == xep || Flag(FGMACS)) {
2286 size_t lastcol = xep - xbuf;
2356 *xep = '\0';
2357 strip_nuls(xbuf, xep - xbuf);
2360 xlp = xep = xcp = xbp = xbuf;
2783 nwords = x_cf_glob(&i, xbuf, xep - xbuf, xcp - xbuf,
2817 nwords = x_cf_glob(&flags, xbuf, xep - xbuf, xcp - xbuf,
2870 xep -= olen;
2871 memmove(xcp, xcp + olen, xep - xcp + 1);
2927 xbp = xcp >= xep ? xep : x_bs0(xcp, xbuf);
3114 ssize_t len = xep - xbuf;
3121 xep = xbuf + len;
3122 *xep = '\0';
3135 char *o_xbp = xbp, *o_xep = xep, *o_xcp = xcp;
3141 xend = xep = strnul(v);
3149 xep = o_xep;
3169 *xep = '\0';
3179 xep = strnul(xbuf);
3306 if (cp == xep) {
3314 while (cp != xep && ctype(*cp, C_MFS))
3320 if (cp != xep) {
3332 while (cp != xep && !ctype(*cp, C_MFS)) {
3365 while (xlp < xep) {
3674 xep = xbuf;
3676 xep += ebuf.linelen;
5680 rgend = xep;
5705 restlen = xep - rgend;
5712 xep = xcp + restlen;