Home
last modified time | relevance | path

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

/trueos/contrib/libreadline/
HDhistory.h234 extern char *get_history_event PARAMS((const char *, int *, int));
HDhistexpand.c129 get_history_event (string, caller_index, delimiting_quote) in get_history_event() function
547 event = get_history_event (fake_s, &fake_i, 0);
577 event = get_history_event (string, &i, quoted_search_delimiter);
/trueos/lib/libedit/edit/readline/
HDreadline.h170 const char *get_history_event(const char *, int *, int);
/trueos/lib/libedit/
HDreadline.c492 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() function
646 ptr = get_history_event(str, &idx, 0); in _history_expand_command()
661 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command()
/trueos/contrib/libreadline/doc/
HDhstech.texi384 @deftypefun {char *} get_history_event (const char *string, int *cindex, int qchar)