Home
last modified time | relevance | path

Searched refs:SRCH_NO_MOVE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/less/
H A Dcommand.c172 if (search_type & SRCH_NO_MOVE) in mca_search1()
566 flag = SRCH_NO_MOVE; in mca_search_char()
714 …int st = (search_type & (SRCH_FORW|SRCH_BACK|SRCH_NO_MATCH|SRCH_NO_REGEX|SRCH_NO_MOVE|SRCH_WRAP|SR… in mca_char()
1111 search_type &= ~SRCH_NO_MOVE; in multi_search()
H A Doptfunc.c1026 case 'K': case 'k': case CONTROL('K'): st |= SRCH_NO_MOVE; break; in opt_search_type()
1049 if (def_search_type & SRCH_NO_MOVE) *bp++ = 'K'; in opt_search_type()
H A Dless.h390 #define SRCH_NO_MOVE (1 << 2) /* Highlight, but don't move */ macro
H A Dsearch.c1610 if (!(search_type & SRCH_NO_MOVE)) in search()