Searched refs:history_base (Results 1 – 2 of 2) sorted by relevance
115 extern int history_base, history_length;
97 int history_base = 1; /* probably never subject to change */ variable603 num = history_length - num + history_base; in get_history_event()1243 history_base = history_length - max; in stifle_history()1493 if (num < history_base) in history_get()1505 if (history(h, &ev, H_DELDATA, num - history_base, (void **)-1) != 0) in history_get()1543 history_base++; in add_history()