Searched refs:xep (Results 1 – 1 of 1) sorted by relevance
913 static char *xep; /* current end */ variable1192 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 …]