Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c937 static char *xep; /* current end */ variable
1271 xlp = xcp = xep = buf; in x_emacs()
1332 i = xep - xbuf; in x_emacs()
1416 if (xep + len >= xend) { in x_do_ins()
1420 memmove(xcp + len, xcp, xep - xcp + 1); in x_do_ins()
1423 xep += len; in x_do_ins()
1476 if (cp2 > xep) in x_del_char()
1507 if (cp2 > xep) in x_delete()
1527 xep -= nb; in x_delete()
1529 memmove(xcp, xcp + nb, xep in x_delete()
[all...]

Completed in 4 milliseconds