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

/system/core/sh/
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...]

Completed in 3 milliseconds