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

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

Completed in 191 milliseconds