Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h168 int history_expand(char *, char **);
/external/libedit/examples/
Dfileman.c124 result = history_expand(s, &expansion); in main()
/external/libedit/src/
Dreadline.c885 history_expand(char *str, char **output) in history_expand() function