Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c144 int which, sign, local_index, substring_okay; in get_history_event() local
168 substring_okay = 0; in get_history_event()
208 substring_okay++; in get_history_event()
233 if ((!substring_okay && in get_history_event()
240 (substring_okay && string[i] == '?')) in get_history_event()
250 if (substring_okay && string[i] == '?') in get_history_event()
262 if (*temp == '\0' && substring_okay) in get_history_event()
273 search_func = substring_okay ? history_search : history_search_prefix; in get_history_event()
281 if (local_index == 0 || substring_okay) in get_history_event()
290 if (substring_okay) in get_history_event()