Home
last modified time | relevance | path

Searched refs:history_expand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libedit/TEST/
H A Dfuzz1.c45 result = history_expand(s, &expansion); in LLVMFuzzerTestOneInput()
/freebsd/contrib/libedit/readline/
H A Dreadline.h192 int history_expand(char *, char **);
/freebsd/contrib/libedit/
H A Dreadline.c986 history_expand(char *str, char **output) in history_expand() function