Home
last modified time | relevance | path

Searched refs:history_arg_extract (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libedit/readline/
H A Dreadline.h195 char *history_arg_extract(int, int, const char *);
/freebsd/contrib/libedit/
H A Dreadline.c105 char *history_arg_extract(int start, int end, const char *str);
907 tmp = history_arg_extract(start, end, aptr? aptr:ptr); in _history_expand_command()
1118 history_arg_extract(int start, int end, const char *str) in history_arg_extract() function