Searched refs:history_base (Results 1 – 8 of 8) sorted by relevance
85 int history_base = 1; variable205 local_index = offset - history_base;286 history_base++;474 history_base = i;
241 extern int history_base;
171 which = history_base + (history_length - 1);192 which = (history_length + history_base) - which;
174 sprintf (message, "[%d]", where + history_base);
299 wanted = history_base + where_history () - count;
1391 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()
115 extern int history_base, history_length;
101 int history_base = 1; /* probably never subject to change */ variable607 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()