Home
last modified time | relevance | path

Searched refs:findhist (Results 1 – 3 of 3) sorted by relevance

/third_party/mksh/
Dhistrap.c418 if ((n = findhist(histptr - history - 1, str, false, in hist_get()
483 findhist(int start, const char *str, bool fwd, bool anchored) in findhist() function
Dsh.h2523 int findhist(int, const char *, bool, bool) MKSH_A_PURE;
Dedit.c5161 if ((hist = findhist(start, pat, fwd, anchored)) < 0) { in grabsearch()