Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Dhistexpand.c114 static char *search_match; variable
279 FREE (search_match);
280 search_match = history_find_word (entry->line, local_index);
1203 return (search_match ? savestring (search_match) : savestring (""));