Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c81 static char *holdbufp; /* place to hold last edit buffer */ variable
1881 sp = holdbufp; in x_load_hist()
1891 strlcpy(holdbufp, xbuf, LINE); in x_load_hist()
4883 memmove(holdbufp, vs->cbuf, vs->linelen); in save_cbuf()
4885 holdbufp[holdlen] = '\0'; in save_cbuf()
4893 memmove(vs->cbuf, holdbufp, holdlen); in restore_cbuf()
5163 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()
5593 holdbufp = alloc(LINE, AEDIT); in x_init()