Home
last modified time | relevance | path

Searched refs:search_type (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/less/
H A Dsearch.c116 int search_type; member
186 info->search_type = search_type; in set_pattern()
197 info->search_type = 0; in init_pattern()
1032 if (search_type & SRCH_FORW) in search_pos()
1054 if (search_type & SRCH_FORW) in search_pos()
1063 if (search_type & SRCH_FORW) in search_pos()
1086 if (search_type & SRCH_FORW) in search_pos()
1234 if (search_type & SRCH_FORW) in search_range()
1261 if (search_type & SRCH_WRAP) in search_range()
1285 search_type &= ~SRCH_WRAP; in search_range()
[all …]
H A Dcommand.c159 if (search_type & SRCH_FILTER) in mca_search1()
163 if (search_type & SRCH_FORW) in mca_search1()
178 if (search_type & SRCH_WRAP) in mca_search1()
191 if (search_type & SRCH_FILTER) in mca_search1()
195 if (search_type & SRCH_FORW) in mca_search1()
561 search_type &= ~SRCH_WRAP; in mca_search_char()
602 search_type = norm_search_type(search_type ^ flag); in mca_search_char()
1089 search_type |= SRCH_FORW; in multi_search()
1229 search_type = SRCH_FORW; in commands()
1695 search_type = SRCH_REVERSE(search_type); in commands()
[all …]
H A Dpattern.c23 static int compile_pattern2(char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_er… in compile_pattern2() argument
25 if (search_type & SRCH_NO_REGEX) in compile_pattern2()
145 public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_patte… in compile_pattern() argument
150 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX))) in compile_pattern()
157 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error); in compile_pattern()
302 search_type |= SRCH_NO_REGEX; in match_pattern1()
304 if (search_type & SRCH_NO_REGEX) in match_pattern1()
440 matched = (!(search_type & SRCH_NO_MATCH) && matched) || in match_pattern1()
441 ((search_type & SRCH_NO_MATCH) && !matched); in match_pattern1()
447 int matched = match_pattern1(pattern, tpattern, line, line_len, sp, ep, nsp, notbol, search_type); in match_pattern()
[all …]
H A Dfuncs.h320 public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_patte…
324 …r *tpattern, char *line, int line_len, char **sp, char **ep, int nsp, int notbol, int search_type);
354 public int search(int search_type, char *pattern, int n);
356 public void set_filter_pattern(char *pattern, int search_type);
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c341 switch (search->search_type) { in OSSL_STORE_find()
797 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type) in OSSL_STORE_supports_search() argument
822 switch (search_type) { in OSSL_STORE_supports_search()
843 tmp_search.search_type = search_type; in OSSL_STORE_supports_search()
860 search->search_type = OSSL_STORE_SEARCH_BY_NAME; in OSSL_STORE_SEARCH_by_name()
875 search->search_type = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in OSSL_STORE_SEARCH_by_issuer_serial()
901 search->search_type = OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT; in OSSL_STORE_SEARCH_by_key_fingerprint()
917 search->search_type = OSSL_STORE_SEARCH_BY_ALIAS; in OSSL_STORE_SEARCH_by_alias()
932 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
H A Dstore_local.h51 int search_type; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhal_tx.h35 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
H A Dhal_tx.c57 ti->search_type) | in ath11k_hal_tx_cmd_desc_setup()
H A Ddp.c992 arvif->search_type = HAL_TX_ADDR_SEARCH_INDEX; in ath11k_dp_update_vdev_search()
995 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search()
1001 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search()
H A Ddp_tx.c174 ti.search_type = arvif->search_type; in ath11k_dp_tx()
H A Dcore.h345 u8 search_type; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal_tx.h37 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
H A Ddp_tx.c205 ti.search_type = arvif->search_type; in ath12k_dp_tx()
H A Dcore.h221 u8 search_type; member
H A Ddp.c1098 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()
1103 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);