Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/examples/
Dhistexamp.c61 result = history_expand (line, &expansion);
/openbsd/src/gnu/lib/libreadline/
Dhistory.h203 extern int history_expand PARAMS((char *, char **));
Dhistexpand.c877 history_expand (hstring, output) in history_expand() function
DCHANGES254 if a NULL second argument was passed to history_expand().
/openbsd/src/lib/libedit/readline/
Dreadline.h166 int history_expand(char *, char **);
/openbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c725 expanded = history_expand (linebuffer, &history_value); in command_line_handler()
Dtop.c1255 expanded = history_expand (linebuffer, &history_value); in command_line_input()
/openbsd/src/gnu/lib/libreadline/doc/
Dhstech.texinfo346 @deftypefun int history_expand (char *string, char **output)
498 result = history_expand (line, &expansion);
/openbsd/src/lib/libedit/
Dreadline.c884 history_expand(char *str, char **output) in history_expand() function