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

/freebsd-9.3-release/contrib/less/
H A Dcommand.c145 if (search_type & SRCH_FIRST_FILE)
501 flag = SRCH_FIRST_FILE;
868 * If SRCH_FIRST_FILE is set, begin searching at the first file.
883 if (search_type & SRCH_FIRST_FILE)
899 search_type &= ~SRCH_FIRST_FILE;
H A Dless.h344 #define SRCH_FIRST_FILE (1 << 10) /* Search starting at the first file */ macro

Completed in 113 milliseconds