Home
last modified time | relevance | path

Searched refs:history_get (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/libreadline/
HDhistory.h134 extern HIST_ENTRY *history_get PARAMS((int));
HDhistory.c201 history_get (offset) in history_get() function
HDhistexpand.c164 return ((e = history_get (w)) ? e->line : (char *)NULL)
/NextBSD/lib/libedit/edit/readline/
HDreadline.h156 HIST_ENTRY *history_get(int);
/NextBSD/contrib/gdb/gdb/
HDtop.c1568 if (!history_get (history_base + offset)) in show_commands()
1605 (history_get (history_base + offset))->line); in show_commands()
/NextBSD/lib/libedit/
HDreadline.c580 if (!(rl_he = history_get(num))) in get_history_event()
1384 history_get(int num) in history_get() function
/NextBSD/contrib/libreadline/doc/
HDhstech.texi236 @deftypefun {HIST_ENTRY *} history_get (int offset)