Searched refs:history_expand (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/examples/
H A Dhistexamp.c64 result = history_expand (line, &expansion);
/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));
H A Dhistexpand.c921 history_expand (hstring, output) function
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h168 int history_expand(char *, char **);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Devent-top.c727 expanded = history_expand (linebuffer, &history_value);
H A Dtop.c1322 expanded = history_expand (linebuffer, &history_value);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c866 history_expand(char *str, char **output) function
982 /* history_expand() returned -1 when the line */

Completed in 86 milliseconds