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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistexpand.c118 static char *search_match; variable
285 FREE (search_match);
286 search_match = history_find_word (entry->line, local_index);
1267 return (search_match ? savestring (search_match) : savestring (""));

Completed in 102 milliseconds