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

/freebsd-13-stable/contrib/libedit/readline/
H A Dreadline.h175 const char *get_history_event(const char *, int *, int);
/freebsd-13-stable/contrib/libedit/
H A Dreadline.c542 get_history_event(const char *cmd, int *cindex, int qchar) function
695 ptr = get_history_event(str, &idx, 0);
710 ptr = get_history_event(command + offs, &idx, qchar);

Completed in 105 milliseconds