Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dhistory.h181 extern int history_search_prefix PARAMS((const char *, int));
H A Dhistsearch.c264 history_search_prefix (const char *string, int direction) in history_search_prefix() function
H A Dsearch.c141 ret = history_search_prefix (string + 1, dir); in noninc_search_from_pos()
H A Dhistexpand.c271 search_func = substring_okay ? history_search : history_search_prefix; in get_history_event()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistory.h181 extern int history_search_prefix PARAMS((const char *, int));
H A Dhistsearch.c264 history_search_prefix (const char *string, int direction) in history_search_prefix() function
H A Dsearch.c141 ret = history_search_prefix (string + 1, dir); in noninc_search_from_pos()
H A Dhistexpand.c271 search_func = substring_okay ? history_search : history_search_prefix; in get_history_event()
/netbsd/lib/libedit/readline/
H A Dreadline.h197 int history_search_prefix(const char *, int);
/netbsd/lib/libedit/
H A Dreadline.c656 ret = history_search_prefix(pat, -1); in get_history_event()
1814 history_search_prefix(const char *str, int direction) in history_search_prefix() function
/netbsd/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhstech.texi308 @deftypefun int history_search_prefix (const char *string, int direction)
/netbsd/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dhstech.texi308 @deftypefun int history_search_prefix (const char *string, int direction)