Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c77 static char *holdbufp; /* place to hold last edit buffer */ variable
1844 sp = holdbufp; in x_load_hist()
1854 strlcpy(holdbufp, xbuf, LINE); in x_load_hist()
4855 memmove(holdbufp, vs->cbuf, vs->linelen); in save_cbuf()
4857 holdbufp[holdlen] = '\0'; in save_cbuf()
4865 memmove(vs->cbuf, holdbufp, holdlen); in restore_cbuf()
5135 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()
5569 holdbufp = alloc(LINE, AEDIT); in x_init()