Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dhistexpand.c117 static char *search_match; variable
284 FREE (search_match);
285 search_match = history_find_word (entry->line, local_index);
1273 return (search_match ? savestring (search_match) : savestring (""));