Lines Matching defs:xep
87 static char *xep; /* current end */
330 xlp = xcp = xep = buf;
387 i = xep - xbuf;
440 if (xep+len >= xend) {
445 memmove(xcp+len, xcp, xep - xcp + 1);
448 xep += len;
516 int nleft = xep - xcp;
552 xep -= nc;
559 memmove(xcp, xcp+nc, xep - xcp + 1); /* Copies the null */
651 if (cp == xep) {
657 while (cp != xep && is_mfs(*cp))
662 while (cp != xep && !is_mfs(*cp))
775 int nleft = xep - xcp;
793 *xep = '\0';
797 || ((cp = (cp == xep) ? NULL : strchr(cp + 1, c)) == NULL
818 p = xep;
837 *xep++ = '\n';
885 xep = xcp = xbuf + strlen(xbuf);
887 if (xep > x_lastcp())
888 x_goto(xep);
905 if (xep == xbuf && x_arg_defaulted)
1018 *xep = 0;
1019 i = xep - xbuf;
1023 xlp = xbp = xep = xbuf;
1035 x_goto(xep);
1082 if (xbp != xbuf || xep > xlp)
1086 if (xep > xlp)
1094 if (xep > xlp) /* more off screen */
1138 } else if (xcp == xep || Flag(FGMACS)) {
1198 int lastcol = xep - xbuf;
1274 xlp = xep = xcp = xbp = xbuf;
1297 xlp = xcp = xep = xbp = xbuf;
1592 char *o_xbp = xbp, *o_xep = xep, *o_xcp = xcp;
1596 xend = xep = ksh_version + 4 + strlen(ksh_version + 4);
1604 xep = o_xep;
1633 i = xep - xbuf;
1634 *xep = 0;
1742 xbuf, xep - xbuf, xcp - xbuf,
1777 nwords = x_cf_glob(flags, xbuf, xep - xbuf, xcp - xbuf,
1915 shellf("\txcp == 0x%lx,\txep == 0x%lx\n", (long) xcp, (long) xep);
1974 int len = xep - xbuf;
1980 xep = xbuf + len;
1981 *xep = '\0';
2096 if (cp == xep) {
2104 while (cp != xep && is_mfs(*cp))
2110 if (cp != xep) {
2123 while (cp != xep && !is_mfs((unsigned char)*cp)) {
2166 for (i = 0, rcp = xbp; rcp < xep && i < x_displen; rcp++)