| /freebsd/contrib/less/ |
| H A D | search.c | 134 int search_type; member 181 static int set_pattern(struct pattern_info *info, constant char *pattern, int search_type, int show… in set_pattern() argument 193 if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) in set_pattern() 203 info->search_type = search_type; in set_pattern() 214 info->search_type = 0; in init_pattern() 229 public int get_cvt_ops(int search_type) in get_cvt_ops() argument 234 if (is_caseless && (search_type & SRCH_NO_REGEX)) in get_cvt_ops() 255 if ((info->search_type & SRCH_NO_REGEX) == 0) in prev_pattern() 1089 search_info.search_type & ~SRCH_SUBSEARCH_ALL)); in hilite_line() 1131 public POSITION search_pos(int search_type) in search_pos() argument [all …]
|
| H A D | command.c | 84 static int search_type; /* The previous type of search */ variable 175 if (search_type & SRCH_FILTER) in mca_search1() 179 if (search_type & SRCH_FORW) in mca_search1() 184 if (search_type & SRCH_NO_MATCH) in mca_search1() 186 if (search_type & SRCH_FIRST_FILE) in mca_search1() 188 if (search_type & SRCH_PAST_EOF) in mca_search1() 190 if (search_type & SRCH_NO_MOVE) in mca_search1() 192 if (search_type & SRCH_NO_REGEX) in mca_search1() 194 if (search_type & SRCH_WRAP) in mca_search1() 198 if (search_type & SRCH_SUBSEARCH(i)) in mca_search1() [all …]
|
| H A D | pattern.c | 23 static int compile_pattern2(constant char *pattern, int search_type, PATTERN_TYPE *comp_pattern, in… in compile_pattern2() argument 25 if (search_type & SRCH_NO_REGEX) in compile_pattern2() 146 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c… in compile_pattern() argument 151 if (caseless != OPT_ONPLUS || (!(search_type & SRCH_NO_REGEX))) in compile_pattern() 156 result = compile_pattern2(pattern, search_type, comp_pattern, show_error); in compile_pattern() 161 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error); in compile_pattern() 303 …len, size_t line_off, constant char **sp, constant char **ep, int nsp, int notbol, int search_type) in match_pattern1() argument 309 search_type |= SRCH_NO_REGEX; in match_pattern1() 311 if (search_type & SRCH_NO_REGEX) in match_pattern1() 444 matched = (!(search_type & SRCH_NO_MATCH) && matched) || in match_pattern1() [all …]
|
| H A D | funcs.h | 389 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c… 393 …en, size_t line_off, constant char **sp, constant char **ep, int nsp, int notbol, int search_type); 415 public int get_cvt_ops(int search_type); 429 public POSITION search_pos(int search_type); 430 public void osc8_search(int search_type, constant char *param, int matches); 435 public int search(int search_type, constant char *pattern, int n); 437 public void set_filter_pattern(constant char *pattern, int search_type);
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_lib.c | 358 switch (search->search_type) { in OSSL_STORE_find() 863 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type) in OSSL_STORE_supports_search() argument 886 switch (search_type) { in OSSL_STORE_supports_search() 907 tmp_search.search_type = search_type; in OSSL_STORE_supports_search() 922 search->search_type = OSSL_STORE_SEARCH_BY_NAME; in OSSL_STORE_SEARCH_by_name() 935 search->search_type = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL; in OSSL_STORE_SEARCH_by_issuer_serial() 967 search->search_type = OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT; in OSSL_STORE_SEARCH_by_key_fingerprint() 981 search->search_type = OSSL_STORE_SEARCH_BY_ALIAS; in OSSL_STORE_SEARCH_by_alias() 996 return criterion->search_type; in OSSL_STORE_SEARCH_get_type()
|
| H A D | store_local.h | 51 int search_type; member
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | hal_tx.h | 35 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
|
| H A D | hal_tx.c | 57 ti->search_type) | in ath11k_hal_tx_cmd_desc_setup()
|
| H A D | dp.c | 995 arvif->search_type = HAL_TX_ADDR_SEARCH_INDEX; in ath11k_dp_update_vdev_search() 998 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search() 1004 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search()
|
| H A D | dp_tx.c | 176 ti.search_type = arvif->search_type; in ath11k_dp_tx()
|
| H A D | core.h | 394 u8 search_type; member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | dp_cmn.h | 34 u8 search_type; member
|
| H A D | dp.c | 935 dp_link_vif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search() 940 dp_link_vif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()
|
| /freebsd/sys/contrib/dev/athk/ath12k/wifi7/ |
| H A D | hal_tx.h | 31 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
|
| H A D | dp_tx.c | 155 ti.search_type = dp_link_vif->search_type; in ath12k_wifi7_dp_tx()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | store.h | 219 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
|