Searched refs:history_expand (Results 1 – 9 of 9) sorted by relevance
61 result = history_expand (line, &expansion);
203 extern int history_expand PARAMS((char *, char **));
877 history_expand (hstring, output) in history_expand() function
254 if a NULL second argument was passed to history_expand().
166 int history_expand(char *, char **);
725 expanded = history_expand (linebuffer, &history_value); in command_line_handler()
1255 expanded = history_expand (linebuffer, &history_value); in command_line_input()
346 @deftypefun int history_expand (char *string, char **output)498 result = history_expand (line, &expansion);
884 history_expand(char *str, char **output) in history_expand() function