Searched refs:search_type (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.bin/less/ |
| D | search.c | 63 int search_type; member 94 set_pattern(struct pattern_info *info, char *pattern, int search_type) in set_pattern() argument 98 else if (compile_pattern(pattern, search_type, &info->compiled) < 0) in set_pattern() 105 info->search_type = search_type; in set_pattern() 138 info->search_type = 0; in init_pattern() 179 if ((info->search_type & SRCH_NO_REGEX) == 0) in prev_pattern() 511 search_info.search_type)); in hilite_line() 573 search_pos(int search_type) in search_pos() argument 586 if (search_type & SRCH_FORW) { in search_pos() 603 if (search_type & SRCH_FORW) in search_pos() [all …]
|
| D | command.c | 52 static int search_type; /* The previous type of search */ variable 110 if (search_type & SRCH_FILTER) in mca_search() 112 else if (search_type & SRCH_FORW) in mca_search() 120 if (search_type & SRCH_NO_MATCH) in mca_search() 122 if (search_type & SRCH_FIRST_FILE) in mca_search() 124 if (search_type & SRCH_PAST_EOF) in mca_search() 126 if (search_type & SRCH_NO_MOVE) in mca_search() 128 if (search_type & SRCH_NO_REGEX) in mca_search() 131 if (search_type & SRCH_FILTER) in mca_search() 133 else if (search_type & SRCH_FORW) in mca_search() [all …]
|
| D | pattern.c | 26 compile_pattern2(char *pattern, int search_type, regex_t **comp_pattern) in compile_pattern2() argument 30 if (search_type & SRCH_NO_REGEX) in compile_pattern2() 48 compile_pattern(char *pattern, int search_type, regex_t **comp_pattern) in compile_pattern() argument 59 result = compile_pattern2(cvt_pattern, search_type, comp_pattern); in compile_pattern() 109 char **sp, char **ep, int notbol, int search_type) in match_pattern() argument 114 if (search_type & SRCH_NO_REGEX) { in match_pattern() 133 matched = (!(search_type & SRCH_NO_MATCH) && matched) || in match_pattern() 134 ((search_type & SRCH_NO_MATCH) && !matched); in match_pattern()
|
| /openbsd/src/sys/dev/ic/ |
| D | qwxvar.h | 132 uint8_t search_type; /* %HAL_TX_ADDR_SEARCH_ */ member 1660 uint8_t search_type; member
|
| D | qwzvar.h | 139 uint8_t search_type; /* %HAL_TX_ADDR_SEARCH_ */ member 1799 uint8_t search_type; member
|
| D | qwz.c | 13463 arvif->search_type = HAL_TX_ADDR_SEARCH_INDEX; in qwz_dp_update_vdev_search() 13466 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in qwz_dp_update_vdev_search() 13472 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in qwz_dp_update_vdev_search() 22242 FIELD_PREP(HAL_TCL_DATA_CMD_INFO0_SEARCH_TYPE, ti->search_type) | in qwz_hal_tx_cmd_desc_setup() 22361 ti.search_type = arvif->search_type; in qwz_dp_tx()
|
| D | qwx.c | 15362 arvif->search_type = HAL_TX_ADDR_SEARCH_INDEX; in qwx_dp_update_vdev_search() 15365 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in qwx_dp_update_vdev_search() 15371 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in qwx_dp_update_vdev_search() 24243 FIELD_PREP(HAL_TCL_DATA_CMD_INFO0_SEARCH_TYPE, ti->search_type) | in qwx_hal_tx_cmd_desc_setup() 24362 ti.search_type = arvif->search_type; in qwx_dp_tx()
|