Home
last modified time | relevance | path

Searched refs:history_search_prefix (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/editline/
Dreadline.h163 int history_search_prefix(const char *, int);
/external/libedit/src/
Dreadline.c595 ret = history_search_prefix(pat, -1); in get_history_event()
1625 history_search_prefix(const char *str, int direction) in history_search_prefix() function