Searched refs:holdlen (Results 1 – 1 of 1) sorted by relevance
1371 static int holdlen; /* length of holdbuf */ variable1377 holdlen = es->linelen; in save_cbuf()1378 holdbuf[holdlen] = '\0'; in save_cbuf()1385 es->linelen = holdlen; in restore_cbuf()1386 memmove(es->cbuf, holdbuf, holdlen); in restore_cbuf()1457 holdlen = 0; in edit_reset()