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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h226 extern char *history_arg_extract PARAMS((int, int, const char *));
H A Dhistexpand.c1272 result = history_arg_extract (1, '$', from);
1280 return (history_arg_extract ('$', '$', from));
1335 result = history_arg_extract (first, last, from);
1346 history_arg_extract (first, last, string) function
H A Dkill.c581 arg = history_arg_extract (count, count, entry->line);
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h171 char *history_arg_extract(int, int, const char *);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c95 char *history_arg_extract(int start, int end, const char *str);
715 tmp = history_arg_extract(start, end, aptr? aptr:ptr);
998 history_arg_extract(int start, int end, const char *str) function

Completed in 92 milliseconds