bin/ksh/history.c
145
hp = first ? hist_get(first, false, false) :
bin/ksh/history.c
169
hfirst = lflag ? hist_get("-16", true, true) :
bin/ksh/history.c
180
hfirst = hist_get(first, (lflag || last) ? true : false,
bin/ksh/history.c
184
hlast = last ? hist_get(last, true, lflag ? true : false) :
bin/ksh/history.c
34
static char **hist_get(const char *, int, int);
lib/libedit/common.c
553
if (hist_get(el) == CC_ERROR) {
lib/libedit/common.c
559
(void) hist_get(el);
lib/libedit/common.c
585
rval = hist_get(el);
lib/libedit/common.c
656
return hist_get(el);
lib/libedit/common.c
709
return hist_get(el);
lib/libedit/hist.h
74
protected el_action_t hist_get(EditLine *);
lib/libedit/search.c
353
if (hist_get(el) == CC_ERROR)
lib/libedit/search.c
357
(void) hist_get(el);
lib/libedit/search.c
404
if (hist_get(el) == CC_ERROR)
lib/libedit/search.c
429
if (hist_get(el) == CC_ERROR)
lib/libedit/vi.c
820
return hist_get(el);
lib/libedit/vi.c
932
hist_get(el);
lib/libedit/vi.c
940
if (hist_get(el) == CC_ERROR)
lib/libedit/vi.c
949
rval = hist_get(el);