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

  /src/lib/libedit/
hist.c 96 /* hist_get():
101 hist_get(EditLine *el) function in typeref:typename:libedit_private el_action_t
  /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 290 milliseconds