Home
last modified time | relevance | path

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

/netbsd/external/bsd/less/dist/
H A Dcommand.c149 if (search_type & SRCH_FIRST_FILE) in mca_search()
505 flag = SRCH_FIRST_FILE;
894 if (search_type & SRCH_FIRST_FILE)
910 search_type &= ~SRCH_FIRST_FILE;
H A Dless.h345 #define SRCH_FIRST_FILE (1 << 10) /* Search starting at the first file */ macro