Searched refs:hist_get (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/lib/libedit/
H A Dhist.h72 protected el_action_t hist_get(EditLine *);
H A Dcommon.c652 if (hist_get(el) == CC_ERROR) {
659 (void) hist_get(el);
686 rval = hist_get(el);
758 return (hist_get(el));
812 return (hist_get(el));
H A Dhist.c91 /* hist_get():
96 hist_get(EditLine *el) function
H A Dsearch.c351 if (hist_get(el) == CC_ERROR)
355 (void) hist_get(el);
402 if (hist_get(el) == CC_ERROR)
427 if (hist_get(el) == CC_ERROR)
H A Dvi.c848 return hist_get(el);
964 hist_get(el);
972 if (hist_get(el) == CC_ERROR)
981 rval = hist_get(el);

Completed in 61 milliseconds