Searched refs:holdbufp (Results 1 – 1 of 1) sorted by relevance
81 static char *holdbufp; /* place to hold last edit buffer */ variable1847 sp = holdbufp; in x_load_hist()1857 strlcpy(holdbufp, xbuf, LINE); in x_load_hist()4849 memmove(holdbufp, vs->cbuf, vs->linelen); in save_cbuf()4851 holdbufp[holdlen] = '\0'; in save_cbuf()4859 memmove(vs->cbuf, holdbufp, holdlen); in restore_cbuf()5129 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()5559 holdbufp = alloc(LINE, AEDIT); in x_init()