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

  /src/external/bsd/less/dist/
command.c 175 if (search_type & SRCH_PAST_EOF)
534 if ((st & (SRCH_PAST_EOF|SRCH_WRAP)) == (SRCH_PAST_EOF|SRCH_WRAP))
535 st ^= SRCH_PAST_EOF;
563 flag = SRCH_PAST_EOF;
1089 * If SRCH_PAST_EOF is set, continue the search thru multiple files.
1147 if ((search_type & SRCH_PAST_EOF) == 0)
1698 search_type = last_search_type | SRCH_PAST_EOF;
1718 search_type = SRCH_REVERSE(search_type) | SRCH_PAST_EOF;
optfunc.c 1026 case 'E': case 'e': case CONTROL('E'): st |= SRCH_PAST_EOF; break;
1049 if (def_search_type & SRCH_PAST_EOF) *bp++ = 'E';
less.h 396 #define SRCH_PAST_EOF (1 << 9) /* Search past end-of-file, into next file */
search.c 1032 * Also for multi-file (SRCH_PAST_EOF) searches.
1585 if (search_type & SRCH_PAST_EOF)

Completed in 55 milliseconds