Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
HDhistory.c85 int history_base = 1; variable
205 local_index = offset - history_base;
286 history_base++;
474 history_base = i;
HDhistory.h241 extern int history_base;
HDhistexpand.c171 which = history_base + (history_length - 1);
192 which = (history_length + history_base) - which;
HDisearch.c174 sprintf (message, "[%d]", where + history_base);
HDvi_mode.c299 wanted = history_base + where_history () - count;
/dragonfly/contrib/gdb-7/gdb/
HDtop.c1391 num = (parse_and_eval_long (args) - history_base) - Hist_print / 2; in show_commands()
1415 printf_filtered ("%5d %s\n", history_base + offset, in show_commands()
1416 (history_get (history_base + offset))->line); in show_commands()
/dragonfly/contrib/libedit/src/editline/
HDreadline.h115 extern int history_base, history_length;
/dragonfly/contrib/libedit/src/
HDreadline.c101 int history_base = 1; /* probably never subject to change */ variable
607 num = history_length - num + history_base; in get_history_event()
1247 history_base = history_length - max; in stifle_history()
1497 if (num < history_base) in history_get()
1509 if (history(h, &ev, H_DELDATA, num - history_base, (void **)-1) != 0) in history_get()
1547 history_base++; in add_history()