HomeSort by: relevance | last modified time | path
    Searched refs:hist_get (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libedit/
hist.h 74 libedit_private el_action_t hist_get(EditLine *);
common.c 578 if (hist_get(el) == CC_ERROR) {
584 (void) hist_get(el);
611 rval = hist_get(el);
683 return hist_get(el);
737 return hist_get(el);
search.c 362 if (hist_get(el) == CC_ERROR)
366 (void) hist_get(el);
414 if (hist_get(el) == CC_ERROR)
439 if (hist_get(el) == CC_ERROR)
hist.c 96 /* hist_get():
101 hist_get(EditLine *el) function in typeref:typename:libedit_private el_action_t
vi.c 862 return hist_get(el);
972 hist_get(el);
980 if (hist_get(el) == CC_ERROR)
989 rval = hist_get(el);
  /src/bin/ksh/
history.c 66 static char **hist_get ARGS((const char *, int, int));
166 hp = first ? hist_get(first, false, false)
187 hfirst = lflag ? hist_get("-16", true, true)
198 hfirst = hist_get(first, (lflag || last) ? true : false,
202 hlast = last ? hist_get(last, true, lflag ? true : false)
387 hist_get(str, approx, allow_cur) function
503 * This will become unnecessary if hist_get is modified to allow

Completed in 15 milliseconds