Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c977 static int holdlen; /* length of holdbuf */ variable
3648 holdlen = 0; in x_vi()
4884 holdlen = vs->linelen; in save_cbuf()
4885 holdbufp[holdlen] = '\0'; in save_cbuf()
4892 vs->linelen = holdlen; in restore_cbuf()
4893 memmove(vs->cbuf, holdbufp, holdlen); in restore_cbuf()