Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h170 const char *get_history_event(const char *, int *, int);
/external/libedit/src/
Dreadline.c508 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() function
662 ptr = get_history_event(str, &idx, 0); in _history_expand_command()
678 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command()