Searched refs:SRCH_PAST_EOF (Results 1 – 4 of 4) sorted by relevance
170 if (search_type & SRCH_PAST_EOF) in mca_search1() 537 if ((st & (SRCH_PAST_EOF|SRCH_WRAP)) == (SRCH_PAST_EOF|SRCH_WRAP))538 st ^= SRCH_PAST_EOF;569 flag = SRCH_PAST_EOF; in mca_search_char() 1161 * If SRCH_PAST_EOF is set, continue the search thru multiple files. in multi_search() 1219 if ((search_type & SRCH_PAST_EOF) == 0) in commands() 1815 search_type = last_search_type | SRCH_PAST_EOF; in commands() 1835 search_type = SRCH_REVERSE(search_type) | SRCH_PAST_EOF; in commands()
1114 case 'E': case 'e': case CONTROL('E'): st |= SRCH_PAST_EOF; break;1137 if (def_search_type & SRCH_PAST_EOF) *bp++ = 'E';
389 #define SRCH_PAST_EOF (1 << 9) /* Search past end-of-file, into next file */394 #define SRCH_PAST_EOF global() macro
1122 * Also for multi-file (SRCH_PAST_EOF) searches. in matches_filters() 2139 if (search_type & SRCH_PAST_EOF)