Home
last modified time | relevance | path

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

/original-bsd/bin/sh/
H A Dhistedit.c58 if (!hist) { in histedit()
63 hist = history_init(); in histedit()
66 if (hist != NULL) in histedit()
84 if (hist) in histedit()
110 if (hist) { in histedit()
111 history_end(hist); in histedit()
112 hist = NULL; in histedit()
125 if (hist != NULL) { in sethistsize()
174 if (hist == NULL)
315 history(hist, H_FIRST);
[all …]
H A Dmyhistedit.h12 extern History *hist;
H A Dinput.c236 if (parsefile->fd == 0 && hist && something) { in preadbuffer()
238 history(hist, whichprompt == 1 ? H_ENTER : H_ADD, in preadbuffer()
/original-bsd/lib/libedit/TEST/
H A Dtest.c102 History *hist; local
109 hist = history_init(); /* Init the builtin history */
110 history(hist, H_EVENT, 100); /* Remember 100 events */
121 el_set(el, EL_HIST, history, hist);
149 history(hist, continuation ? H_ADD : H_ENTER, buf);
153 history(hist, continuation ? H_ADD : H_ENTER, buf);
184 history_end(hist);
/original-bsd/bin/csh/
H A DMakefile14 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \
/original-bsd/lib/libedit/
H A DMakefile5 OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \
/original-bsd/admin/admin/copyright4.2-4.3/
H A Dfiles.4.2.copyr823 /usr/src/bin/csh/sh.hist.c
H A Dfiles.4.3.copyr1208 /usr/src/bin/csh/sh.hist.c