Searched refs:history_base (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/examples/
H A Dhistexamp.c101 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.c86 int history_base = 1; variable
199 OFFSET is relative to history_base. */
206 local_index = offset - history_base;
287 history_base++;
473 history_base = i;
H A Dhistory.h133 array. OFFSET is relative to history_base. */
241 extern int history_base;
H A Disearch.c170 sprintf (message, "[%d]", where + history_base);
H A Dhistexpand.c170 which = history_base + (history_length - 1);
191 which = (history_length + history_base) - which;
H A Dvi_mode.c269 wanted = history_base + where_history () - count;
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h108 extern int history_base, history_length;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtop.c1565 /* Index for history commands. Relative to history_base. */
1569 Relative to history_base. */
1573 than the number of the last command). Relative to history_base. */
1581 if (!history_get (history_base + offset))
1595 num = (parse_and_eval_long (args) - history_base) - Hist_print / 2;
1617 printf_filtered ("%5d %s\n", history_base + offset,
1618 (history_get (history_base + offset))->line);

Completed in 212 milliseconds