Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c168 if (search_type & SRCH_FIRST_FILE) in mca_search1()
577 flag = SRCH_FIRST_FILE; in mca_search_char()
1160 * If SRCH_FIRST_FILE is set, begin searching at the first file. in multi_search()
1174 if (search_type & SRCH_FIRST_FILE)
1190 search_type &= ~SRCH_FIRST_FILE; in forw_loop()
H A Doptfunc.c1115 case 'F': case 'f': case CONTROL('F'): st |= SRCH_FIRST_FILE; break;
1138 if (def_search_type & SRCH_FIRST_FILE) *bp++ = 'F';
H A Dless.h390 #define SRCH_FIRST_FILE (1 << 10) /* Search starting at the first file */
395 #define SRCH_FIRST_FILE global() macro