Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c956 static int holdlen; /* length of holdbuf */ variable
3545 holdlen = 0; in x_vi()
4711 holdlen = es->linelen; in save_cbuf()
4712 holdbuf[holdlen] = '\0'; in save_cbuf()
4719 es->linelen = holdlen; in restore_cbuf()
4720 memmove(es->cbuf, holdbuf, holdlen); in restore_cbuf()