Home
last modified time | relevance | path

Searched refs:SRCH_AFTER_TARGET (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dless.h393 #define SRCH_AFTER_TARGET (1 << 14) /* Start search after the target line */
398 #define SRCH_AFTER_TARGET global() macro
H A Dsearch.c1150 } else if (how_search == OPT_ONPLUS && !(search_type & SRCH_AFTER_TARGET)) in get_lastlinepos()
1785 search_type |= SRCH_AFTER_TARGET; in prep_hilite()
2064 search_type |= SRCH_AFTER_TARGET;