Home
last modified time | relevance | path

Searched refs:SRCH_BACK (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dless.h389 #define SRCH_BACK (1 << 1) /* Search backward from current position */ macro
405 (((t) & ~SRCH_FORW) | SRCH_BACK) : \
406 (((t) & ~SRCH_BACK) | SRCH_FORW))
H A Dcommand.c720 …int st = (search_type & (SRCH_FORW|SRCH_BACK|SRCH_NO_MATCH|SRCH_NO_REGEX|SRCH_NO_MOVE|SRCH_WRAP|SR… in mca_char()
1088 if ((search_type & (SRCH_FORW|SRCH_BACK)) == 0) in multi_search()
1656 search_type = SRCH_BACK | def_search_type; in commands()
H A Dsearch.c1222 ((search_type & SRCH_BACK) && pos <= endpos))) || maxlines == 0) in search_range()