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

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

Completed in 27 milliseconds