Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Dhistsearch.c109 if (anchored == ANCHORED_SEARCH)
172 return (history_search_internal (string, direction, ANCHORED_SEARCH));
Dhistlib.h84 #define ANCHORED_SEARCH 1 macro