Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dhistory.h234 extern char *get_history_event PARAMS((const char *, int *, int));
H A Dhistexpand.c130 get_history_event (string, caller_index, delimiting_quote) in get_history_event() function
552 event = get_history_event (fake_s, &fake_i, 0);
582 event = get_history_event (string, &i, quoted_search_delimiter);
/dragonfly/contrib/libedit/src/editline/
H A Dreadline.h194 const char *get_history_event(const char *, int *, int);
/dragonfly/contrib/libedit/src/
H A Dreadline.c573 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() function
841 ptr = get_history_event(str, &idx, 0); in _history_expand_command()
857 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command()