Home
last modified time | relevance | path

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

/system/core/sh/
Dhistedit.c68 History *hist; /* history cookie */ variable
91 if (!hist) { in histedit()
96 hist = history_init(); in histedit()
99 if (hist != NULL) in histedit()
132 if (hist) in histedit()
133 el_set(el, EL_HIST, history, hist); in histedit()
160 if (hist) { in histedit()
161 history_end(hist); in histedit()
162 hist = NULL; in histedit()
175 if (hist != NULL) { in sethistsize()
[all …]
Dmyhistedit.h37 extern History *hist;
Dinput.c350 if (parsefile->fd == 0 && hist && something) { in preadbuffer()
353 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND, in preadbuffer()