Home
last modified time | relevance | path

Searched refs:nextcurindex (Results 1 – 2 of 2) sorted by relevance

/dports/mail/alpine/alpine-465e23b/pith/
H A Dhist.c81 int nextcurindex; in get_prev_hist() local
87 nextcurindex = (history->curindex + 1) % history->histsize; in get_prev_hist()
90 if(nextcurindex == history->origindex in get_prev_hist()
91 || !(history->hist[nextcurindex] && history->hist[nextcurindex]->str in get_prev_hist()
92 && history->hist[nextcurindex]->str[0])) in get_prev_hist()
120 history->curindex = nextcurindex; in get_prev_hist()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dhist.c81 int nextcurindex; in get_prev_hist() local
87 nextcurindex = (history->curindex + 1) % history->histsize; in get_prev_hist()
90 if(nextcurindex == history->origindex in get_prev_hist()
91 || !(history->hist[nextcurindex] && history->hist[nextcurindex]->str in get_prev_hist()
92 && history->hist[nextcurindex]->str[0])) in get_prev_hist()
120 history->curindex = nextcurindex; in get_prev_hist()