Searched refs:findhist (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) in hist_get() 482 findhist(int start, int fwd, const char *str, bool anchored) in findhist() function
|
D | sh.h | 2525 int findhist(int, int, const char *, bool) MKSH_A_PURE;
|
D | edit.c | 5133 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()
|