Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dvi.c1371 static int holdlen; /* length of holdbuf */ variable
1377 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()