Home
last modified time | relevance | path

Searched refs:history_search (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dhistsearch.c158 history_search (string, direction) in history_search() function
186 if (history_search (string, dir) == -1)
H A Dhistory.h167 extern int history_search PARAMS((const char *, int));
H A Dsearch.c130 ret = history_search (string, dir);
H A Dhistexpand.c264 search_func = substring_okay ? history_search : history_search_prefix;
/dragonfly/contrib/libedit/src/editline/
H A Dreadline.h186 int history_search(const char *, int);
/dragonfly/contrib/libedit/src/
H A Dreadline.c656 ret = history_search(pat, -1); in get_history_event()
1791 history_search(const char *str, int direction) in history_search() function