Searched refs:holdbufp (Results 1 – 1 of 1) sorted by relevance
76 static char *holdbufp; /* place to hold last edit buffer */ variable1844 sp = holdbufp; in x_load_hist()1854 strlcpy(holdbufp, xbuf, LINE); in x_load_hist()4780 memmove(holdbufp, es->cbuf, es->linelen); in save_cbuf()4782 holdbufp[holdlen] = '\0'; in save_cbuf()4790 memmove(es->cbuf, holdbufp, holdlen); in restore_cbuf()5063 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()5495 holdbufp = alloc(LINE, AEDIT); in x_init()