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

/freebsd-10.0-release/contrib/libreadline/
H A Dhistsearch.c50 static int history_search_internal PARAMS((const char *, int, int));
63 history_search_internal (string, direction, anchored) function
163 return (history_search_internal (string, direction, NON_ANCHORED_SEARCH));
172 return (history_search_internal (string, direction, ANCHORED_SEARCH));

Completed in 312 milliseconds