Searched refs:history_pos (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/syscons/
H A Dschistory.c145 scp->history_pos = sc_vtb_tail(history);
147 scp->history_pos = 0;
213 scp->history_pos = sc_vtb_tail(scp->history);
222 if (scp->history_pos != sc_vtb_tail(scp->history)) {
223 scp->history_pos = sc_vtb_tail(scp->history);
242 pos = scp->history_pos;
256 scp->history_pos = sc_vtb_tail(scp->history);
264 scp->history_pos = sc_vtb_pos(scp->history, sc_vtb_tail(scp->history),
273 if (sc_vtb_pos(scp->history, scp->history_pos, -(scp->xsize*scp->ysize))
276 scp->history_pos
[all...]
H A Dsyscons.h342 int history_pos; /* position shown on screen */ member in struct:scr_stat
H A Dsyscons.c446 scp->history_pos = sc_vtb_tail(scp->history);
3303 scp->history_pos = 0;
/freebsd-11.0-release/contrib/libreadline/
H A Disearch.c106 cxt->history_pos = 0;
240 cxt->history_pos = cxt->save_line;
334 cxt->history_pos = cxt->last_found_line;
557 cxt->history_pos += cxt->direction;
560 if ((cxt->sflags & SF_REVERSE) ? (cxt->history_pos < 0) : (cxt->history_pos == cxt->hlen))
567 cxt->sline = cxt->lines[cxt->history_pos];
570 while ((cxt->prev_line_found && STREQ (cxt->prev_line_found, cxt->lines[cxt->history_pos])) ||
584 cxt->history_pos = cxt->last_found_line;
593 cxt->prev_line_found = cxt->lines[cxt->history_pos];
[all...]
H A Drlprivate.h68 int history_pos; member in struct:__rl_search_context
H A Dsearch.c200 cxt->history_pos = cxt->save_line;

Completed in 34 milliseconds