Home
last modified time | relevance | path

Searched refs:xep (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/bin/ksh/
Demacs.c87 static char *xep; /* current end */ variable
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) { in x_fword()
[all …]