Searched refs:get_history_event (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/libreadline/ |
| HD | history.h | 234 extern char *get_history_event PARAMS((const char *, int *, int));
|
| HD | histexpand.c | 129 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/ |
| HD | readline.h | 170 const char *get_history_event(const char *, int *, int);
|
| /trueos/lib/libedit/ |
| HD | readline.c | 492 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/ |
| HD | hstech.texi | 384 @deftypefun {char *} get_history_event (const char *string, int *cindex, int qchar)
|