Searched refs:history_search_prefix (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h172 extern int history_search_prefix PARAMS((const char *, int));
H A Dhistsearch.c168 history_search_prefix (string, direction) function
H A Dsearch.c129 ret = history_search_prefix (string + 1, dir);
H A Dhistexpand.c263 search_func = substring_okay ? history_search : history_search_prefix;
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h163 int history_search_prefix(const char *, int);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c579 ret = history_search_prefix(pat, -1);
1609 history_search_prefix(const char *str, int direction) function

Completed in 65 milliseconds