Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c76 static char *history_substring PARAMS((const char *, int, int));
1587 history_substring (const char *string, int start, int end) in history_substring() function
1647 result[result_index++] = history_substring (string, start, i); in history_tokenize_internal()