Home
last modified time | relevance | path

Searched refs:nhist_extra (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYHistory.c46 int nhist_extra; variable
86 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 …]
DLYHistory.h33 extern int nhist_extra;
DLYSession.c228 k = nhist + nhist_extra; in SaveSession()
DGridText.c1746 if (s_forw_backw != NOSTYLE && (nhist || nhist_extra > 1)) { in display_title()
1757 if (nhist_extra > 1) { in display_title()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES3491 history?). Make nhist_extra public, and check whether these
3492 places want nhist + nhist_extra instead.