Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Dopttbl.c23 int how_search; /* Where should forward searches start? */ variable
120 TRIPLE, OPT_ONPLUS, &how_search, NULL,
H A Dsearch.c24 extern int how_search;
599 if (how_search == OPT_ON) { in search_pos()
607 } else if (how_search == OPT_ONPLUS && in search_pos()