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

/freebsd-10.1-release/contrib/libreadline/
H A Dhistory.h234 extern char *get_history_event PARAMS((const char *, int *, int));
H A Dhistexpand.c127 line = get_history_event ("!echo:p", &index, 0); */
129 get_history_event (string, caller_index, delimiting_quote) function
547 event = get_history_event (fake_s, &fake_i, 0);
577 event = get_history_event (string, &i, quoted_search_delimiter);
/freebsd-10.1-release/lib/libedit/edit/readline/
H A Dreadline.h170 const char *get_history_event(const char *, int *, int);
/freebsd-10.1-release/lib/libedit/
H A Dreadline.c492 get_history_event(const char *cmd, int *cindex, int qchar) function
646 ptr = get_history_event(str, &idx, 0);
661 ptr = get_history_event(command + offs, &idx, qchar);

Completed in 118 milliseconds