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

/freebsd-9.3-release/contrib/less/
H A Dless.h340 #define SRCH_NO_MOVE (1 << 2) /* Highlight, but don't move */ macro
H A Dcommand.c149 if (search_type & SRCH_NO_MOVE)
505 flag = SRCH_NO_MOVE;
906 * The SRCH_NO_MOVE flag doesn't "stick": it gets cleared
910 search_type &= ~SRCH_NO_MOVE;
H A Dsearch.c1060 if (!(search_type & SRCH_NO_MOVE))

Completed in 151 milliseconds