Searched refs:hist (Results 1 – 3 of 3) sorted by relevance
68 History *hist; /* history cookie */ variable91 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 …]
37 extern History *hist;
350 if (parsefile->fd == 0 && hist && something) { in preadbuffer()353 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND, in preadbuffer()