HomeSort by: relevance | last modified time | path
    Searched defs:search_type (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
store_local.h 70 int search_type; member in struct:ossl_store_search_st
store_local.h 70 int search_type; member in struct:ossl_store_search_st
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_local.h 51 int search_type; member in struct:ossl_store_search_st
store_local.h 51 int search_type; member in struct:ossl_store_search_st
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_local.h 51 int search_type; member in struct:ossl_store_search_st
store_local.h 51 int search_type; member in struct:ossl_store_search_st
  /src/external/bsd/less/dist/
command.c 81 static int search_type; /* The previous type of search */ variable
162 if (search_type & SRCH_FILTER)
166 if (search_type & SRCH_FORW)
171 if (search_type & SRCH_NO_MATCH)
173 if (search_type & SRCH_FIRST_FILE)
175 if (search_type & SRCH_PAST_EOF)
177 if (search_type & SRCH_NO_MOVE)
179 if (search_type & SRCH_NO_REGEX)
181 if (search_type & SRCH_WRAP)
185 if (search_type & SRCH_SUBSEARCH(i)
    [all...]
command.c 81 static int search_type; /* The previous type of search */ variable
162 if (search_type & SRCH_FILTER)
166 if (search_type & SRCH_FORW)
171 if (search_type & SRCH_NO_MATCH)
173 if (search_type & SRCH_FIRST_FILE)
175 if (search_type & SRCH_PAST_EOF)
177 if (search_type & SRCH_NO_MOVE)
179 if (search_type & SRCH_NO_REGEX)
181 if (search_type & SRCH_WRAP)
185 if (search_type & SRCH_SUBSEARCH(i)
    [all...]
search.c 118 int search_type; member in struct:pattern_info
165 static int set_pattern(struct pattern_info *info, char *pattern, int search_type, int show_error)
176 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0)
188 info->search_type = search_type;
199 info->search_type = 0;
214 static int get_cvt_ops(int search_type)
218 if (is_caseless && (!re_handles_caseless || (search_type & SRCH_NO_REGEX)))
235 if ((info->search_type & SRCH_NO_REGEX) == 0)
979 searchp, line_end - searchp, sp, ep, nsp, 1, search_info.search_type));
1758 int search_type = SRCH_FORW | SRCH_FIND_ALL; local
    [all...]
search.c 118 int search_type; member in struct:pattern_info
165 static int set_pattern(struct pattern_info *info, char *pattern, int search_type, int show_error)
176 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0)
188 info->search_type = search_type;
199 info->search_type = 0;
214 static int get_cvt_ops(int search_type)
218 if (is_caseless && (!re_handles_caseless || (search_type & SRCH_NO_REGEX)))
235 if ((info->search_type & SRCH_NO_REGEX) == 0)
979 searchp, line_end - searchp, sp, ep, nsp, 1, search_info.search_type));
1758 int search_type = SRCH_FORW | SRCH_FIND_ALL; local
    [all...]

Completed in 30 milliseconds