Searched refs:history_get (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libreadline/
H A Dhistory.h134 extern HIST_ENTRY *history_get PARAMS((int));
H A Dhistory.c201 history_get (offset) function
H A Dhistexpand.c164 return ((e = history_get (w)) ? e->line : (char *)NULL)
/freebsd-10-stable/lib/libedit/edit/readline/
H A Dreadline.h154 HIST_ENTRY *history_get(int);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dtop.c1581 if (!history_get (history_base + offset))
1618 (history_get (history_base + offset))->line);
/freebsd-10-stable/lib/libedit/
H A Dreadline.c528 if (!(rl_he = history_get(num)))
1326 history_get(int num) function

Completed in 160 milliseconds