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

  /src/external/bsd/less/dist/
command.c 181 if (search_type & SRCH_WRAP)
534 if ((st & (SRCH_PAST_EOF|SRCH_WRAP)) == (SRCH_PAST_EOF|SRCH_WRAP))
564 search_type &= ~SRCH_WRAP;
591 flag = SRCH_WRAP;
723 int st = (search_type & (SRCH_FORW|SRCH_BACK|SRCH_NO_MATCH|SRCH_NO_REGEX|SRCH_NO_MOVE|SRCH_WRAP|SRCH_SUBSEARCH_ALL));
optfunc.c 1031 case 'W': case 'w': case CONTROL('W'): st |= SRCH_WRAP; break;
1054 if (def_search_type & SRCH_WRAP) *bp++ = 'W';
search.c 1205 if ((search_type & SRCH_WRAP) && endpos == NULL_POSITION)
1222 if ((endpos != NULL_POSITION && !(search_type & SRCH_WRAP) &&
1263 if (search_type & SRCH_WRAP)
1287 search_type &= ~SRCH_WRAP;
less.h 401 #define SRCH_WRAP (1 << 15) /* Wrap-around search (continue at BOF/EOF) */

Completed in 21 milliseconds