HomeSort by: relevance | last modified time | path
    Searched refs:SRCH_FIRST_FILE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/less/dist/
command.c 173 if (search_type & SRCH_FIRST_FILE)
571 flag = SRCH_FIRST_FILE;
1088 * If SRCH_FIRST_FILE is set, begin searching at the first file.
1102 if (search_type & SRCH_FIRST_FILE)
1118 search_type &= ~SRCH_FIRST_FILE;
optfunc.c 1027 case 'F': case 'f': case CONTROL('F'): st |= SRCH_FIRST_FILE; break;
1050 if (def_search_type & SRCH_FIRST_FILE) *bp++ = 'F';
less.h 397 #define SRCH_FIRST_FILE (1 << 10) /* Search starting at the first file */

Completed in 27 milliseconds