Searched refs:history_get (Results 1 – 7 of 7) sorted by relevance
134 extern HIST_ENTRY *history_get PARAMS((int));
201 history_get (offset) in history_get() function
164 return ((e = history_get (w)) ? e->line : (char *)NULL)
156 HIST_ENTRY *history_get(int);
1568 if (!history_get (history_base + offset)) in show_commands()1605 (history_get (history_base + offset))->line); in show_commands()
580 if (!(rl_he = history_get(num))) in get_history_event()1384 history_get(int num) in history_get() function
236 @deftypefun {HIST_ENTRY *} history_get (int offset)