Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c418 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
Dsh.h2442 int findhist(int, int, const char *, bool) MKSH_A_PURE;
Dedit.c5095 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()