Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dedit.c913 static char *xep; /* current end */ variable
1192 xlp = xcp = xep = buf; in x_emacs()
1247 i = xep - xbuf; in x_emacs()
1333 if (xep + len >= xend) { in x_do_ins()
1337 memmove(xcp + len, xcp, xep - xcp + 1); in x_do_ins()
1340 xep += len; in x_do_ins()
1368 if (xlp == xep - 1) in x_ins()
1399 if (cp2 > xep) in x_del_char()
1430 if (cp2 > xep) in x_delete()
1450 xep -= nb; in x_delete()
[all …]