Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dopttbl.c23 public int how_search; /* Where should forward searches start? */ variable
193 TRIPLE, OPT_ONPLUS, &how_search, NULL,
H A Dsearch.c23 extern int how_search;
1049 if (how_search == OPT_ON) in search_pos()
1058 } else if (how_search == OPT_ONPLUS && !(search_type & SRCH_AFTER_TARGET)) in search_pos()