Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dhistory.h226 extern char *history_arg_extract PARAMS((int, int, const char *));
H A Dhistexpand.c1280 result = history_arg_extract (1, '$', from);
1288 return (history_arg_extract ('$', '$', from));
1343 result = history_arg_extract (first, last, from);
1354 history_arg_extract (first, last, string) in history_arg_extract() function
H A Dkill.c581 arg = history_arg_extract (count, count, entry->line);
/dragonfly/contrib/libedit/src/editline/
H A Dreadline.h195 char *history_arg_extract(int, int, const char *);
/dragonfly/contrib/libedit/src/
H A Dreadline.c109 char *history_arg_extract(int start, int end, const char *str);
911 tmp = history_arg_extract(start, end, aptr? aptr:ptr); in _history_expand_command()
1122 history_arg_extract(int start, int end, const char *str) in history_arg_extract() function