Searched refs:nhist_extra (Results 1 – 5 of 5) sorted by relevance
46 int nhist_extra; variable86 tag, nhist, size_history, nhist_extra)); in trace_history()307 nhist += nhist_extra; in clean_extra_history()308 while (nhist_extra > 0) { in clean_extra_history()311 nhist_extra--; in clean_extra_history()412 if (nhist_extra >= 1 && are_identical(&(history[nhist]), doc)) { in LYpush()415 nhist_extra--; in LYpush()577 if (nhist > 0 && (nhist_extra || nhist < size_history)) { in LYhist_prev()579 nhist_extra++; in LYhist_prev()592 if (nhist_extra) { /* Make something to return back */ in LYhist_prev_register()[all …]
33 extern int nhist_extra;
228 k = nhist + nhist_extra; in SaveSession()
1746 if (s_forw_backw != NOSTYLE && (nhist || nhist_extra > 1)) { in display_title()1757 if (nhist_extra > 1) { in display_title()
3491 history?). Make nhist_extra public, and check whether these3492 places want nhist + nhist_extra instead.