Searched refs:SF_REVERSE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Disearch.c209 cxt->sflags |= SF_REVERSE;
344 cxt->lastc = (cxt->sflags & SF_REVERSE) ? -1 : -2;
346 cxt->lastc = (cxt->sflags & SF_REVERSE) ? -2 : -1;
415 rl_display_search (cxt->search_string, (cxt->sflags & SF_REVERSE), -1);
420 else if (cxt->sflags & SF_REVERSE)
432 cxt->sflags |= SF_REVERSE;
434 cxt->sflags &= ~SF_REVERSE;
538 while ((cxt->sflags & SF_REVERSE) ? (cxt->sline_index >= 0) : (cxt->sline_index < limit))
560 if ((cxt->sflags & SF_REVERSE) ? (cxt->history_pos < 0) : (cxt->history_pos == cxt->hlen))
577 cxt->sline_index = (cxt->sflags & SF_REVERSE)
[all...]
H A Drlprivate.h42 #define SF_REVERSE 0x01 macro
H A Dsearch.c197 cxt->sflags |= SF_REVERSE; /* not strictly needed */

Completed in 66 milliseconds