Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c76 static char *holdbufp; /* place to hold last edit buffer */ variable
1845 sp = holdbufp; in x_load_hist()
1855 strlcpy(holdbufp, xbuf, LINE); in x_load_hist()
4817 memmove(holdbufp, vs->cbuf, vs->linelen); in save_cbuf()
4819 holdbufp[holdlen] = '\0'; in save_cbuf()
4827 memmove(vs->cbuf, holdbufp, holdlen); in restore_cbuf()
5097 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()
5531 holdbufp = alloc(LINE, AEDIT); in x_init()