Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c69 static char *holdbufp; /* place to hold last edit buffer */ variable
1816 sp = holdbufp; in x_load_hist()
1827 strlcpy(holdbufp, xbuf, LINE); in x_load_hist()
4751 memmove(holdbufp, es->cbuf, es->linelen); in save_cbuf()
4753 holdbufp[holdlen] = '\0'; in save_cbuf()
4761 memmove(es->cbuf, holdbufp, holdlen); in restore_cbuf()
5034 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()
5471 holdbufp = alloc(LINE, AEDIT); in x_init()