Searched refs:findhist (Results 1 – 3 of 3) sorted by relevance
/third_party/mksh/ |
D | histrap.c | 418 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
|
D | sh.h | 2523 int findhist(int, const char *, bool, bool) MKSH_A_PURE;
|
D | edit.c | 5161 if ((hist = findhist(start, pat, fwd, anchored)) < 0) { in grabsearch()
|