Searched refs:search_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dsearch.c111 int search_type; member in struct:pattern_info
163 set_pattern(info, pattern, search_type, show_error)
166 int search_type;
172 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0)
184 info->search_type = search_type;
207 info->search_type = 0;
247 if ((info->search_type & SRCH_NO_REGEX) == 0)
1032 searchp, line_end - searchp, &sp, &ep, 1, search_info.search_type));
1076 search_pos(search_type)
1835 int search_type = SRCH_FORW | SRCH_FIND_ALL; local
[all...]
H A Dcommand.c73 static int search_type; /* The previous type of search */ variable
160 if (search_type & SRCH_FILTER)
164 if (search_type & SRCH_FORW)
169 if (search_type & SRCH_NO_MATCH)
171 if (search_type & SRCH_FIRST_FILE)
173 if (search_type & SRCH_PAST_EOF)
175 if (search_type & SRCH_NO_MOVE)
177 if (search_type & SRCH_NO_REGEX)
179 if (search_type & SRCH_WRAP)
183 if (search_type
[all...]
H A Dpattern.c23 compile_pattern2(pattern, search_type, comp_pattern, show_error)
25 int search_type;
29 if (search_type & SRCH_NO_REGEX)
148 compile_pattern(pattern, search_type, show_error, comp_pattern)
150 int search_type;
164 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error);
317 match_pattern(pattern, tpattern, line, line_len, sp, ep, notbol, search_type)
325 int search_type;
331 search_type |= SRCH_NO_REGEX;
333 if (search_type
[all...]
H A Dfuncs.h289 public int compile_pattern LESSPARAMS ((char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern));
293 public int match_pattern LESSPARAMS ((PATTERN_TYPE pattern, char *tpattern, char *line, int line_len, char **sp, char **ep, int notbol, int search_type));
323 public int search LESSPARAMS ((int search_type, char *pattern, int n));
325 public void set_filter_pattern LESSPARAMS ((char *pattern, int search_type));
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dstore_local.h70 int search_type; member in struct:ossl_store_search_st
H A Dstore_lib.c475 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type) argument
481 tmp_search.search_type = search_type;
496 search->search_type = OSSL_STORE_SEARCH_BY_NAME;
512 search->search_type = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL;
541 search->search_type = OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT;
558 search->search_type = OSSL_STORE_SEARCH_BY_ALIAS;
573 return criterion->search_type;
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dstore.h167 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);

Completed in 176 milliseconds