Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h171 char *history_arg_extract(int, int, const char *);
/external/libedit/src/
Dreadline.c107 char *history_arg_extract(int start, int end, const char *str);
732 tmp = history_arg_extract(start, end, aptr? aptr:ptr); in _history_expand_command()
1018 history_arg_extract(int start, int end, const char *str) in history_arg_extract() function