/freebsd/contrib/less/ |
H A D | search.c | 134 int search_type; in is_ucase() 181 static int set_pattern(struct pattern_info *info, constant char *pattern, int search_type, int show_error) in set_pattern() 192 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) 204 info->search_type = search_type; in init_search() 215 info->search_type = 0; in get_cvt_ops() 230 public int get_cvt_ops(int search_type) in prev_pattern() 234 if (is_caseless && (!re_handles_caseless || (search_type & SRCH_NO_REGEX))) in prev_pattern() 251 if ((info->search_type & SRCH_NO_REGEX) == 0) in repaint_hilite() 1069 searchp, ptr_diff(line_end, searchp), sp, ep, nsp, 1, search_info.search_type)); in search_pos() 116 int search_type; global() member 163 set_pattern(struct pattern_info * info,char * pattern,int search_type,int show_error) set_pattern() argument 212 get_cvt_ops(int search_type) get_cvt_ops() argument 1018 search_pos(int search_type) search_pos() argument 1175 search_range(POSITION pos,POSITION endpos,int search_type,int matches,int maxlines,POSITION * plinepos,POSITION * pendpos,POSITION * plastlinepos) search_range() argument 1436 hist_pattern(int search_type) hist_pattern() argument 1497 search(int search_type,char * pattern,int n) search() argument 1756 int search_type = SRCH_FORW | SRCH_FIND_ALL; prep_hilite() local 1808 set_filter_pattern(char * pattern,int search_type) set_filter_pattern() argument [all...] |
H A D | command.c | 74 static int search_type; /* The previous type of search */ 157 if (search_type & SRCH_FILTER) in mca_search1() 161 if (search_type & SRCH_FORW) in mca_search1() 166 if (search_type & SRCH_NO_MATCH) in mca_search1() 168 if (search_type & SRCH_FIRST_FILE) in mca_search1() 170 if (search_type & SRCH_PAST_EOF) in mca_search1() 172 if (search_type & SRCH_NO_MOVE) in mca_search1() 174 if (search_type & SRCH_NO_REGEX) in mca_search1() 176 if (search_type & SRCH_WRAP) in mca_search1() 180 if (search_type in mca_search1() 79 static int search_type; /* The previous type of search */ global() variable [all...] |
H A D | pattern.c | 23 static int compile_pattern2(constant char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_error) in compile_pattern2() argument 25 if (search_type & SRCH_NO_REGEX) in compile_pattern2() 145 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern) in compile_pattern() argument 149 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX))) in compile_pattern() 151 result = compile_pattern2(pattern, search_type, comp_pattern, show_error); in compile_pattern() 156 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error); in compile_pattern() 298 static int match_pattern1(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t aline_len, constant char **sp, constant char **ep, int nsp, int notbol, int search_type) in match_pattern1() 304 search_type |= SRCH_NO_REGEX; in match_pattern1() 306 if (search_type & SRCH_NO_REGEX) in match_pattern1() 442 matched = (!(search_type in match_pattern1() 297 match_pattern1(PATTERN_TYPE pattern,char * tpattern,char * line,int line_len,char ** sp,char ** ep,int nsp,int notbol,int search_type) match_pattern1() argument 445 match_pattern(PATTERN_TYPE pattern,char * tpattern,char * line,int line_len,char ** sp,char ** ep,int nsp,int notbol,int search_type) match_pattern() argument [all...] |
H A D | funcs.h | 355 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern); 359 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t line_len, constant char **sp, constant char **ep, int nsp, int notbol, int search_type); 378 public int get_cvt_ops(int search_type); 391 public void osc8_search(int search_type, constant char *param, int matches); 396 public int search(int search_type, constant char *pattern, int n); 398 public void set_filter_pattern(constant char *pattern, int search_type);
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_lib.c | 341 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 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 | 992 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 D | dp_tx.c | 174 ti.search_type = arvif->search_type; in ath11k_dp_tx()
|
H A D | core.h | 345 u8 search_type; member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hal_tx.h | 37 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
|
H A D | dp_tx.c | 205 ti.search_type = arvif->search_type; in ath12k_dp_tx()
|
H A D | core.h | 221 u8 search_type; member
|
H A D | dp.c | 1098 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 D | store.h | 212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
|