Home
last modified time | relevance | path

Searched refs:ab (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c337 ath12k_err(ab, in ath12k_core_fetch_board_data_api_n()
377 ab->bd_api = 2; in ath12k_core_fetch_bdf()
382 ab->bd_api = 1; in ath12k_core_fetch_bdf()
586 ath12k_ce_get_shadow_config(ab, &ab->qmi.ce_cfg.shadow_reg_v3, in ath12k_core_start_firmware()
687 struct ath12k_base *ab = ar->ab; in ath12k_core_halt() local
919 kfree(ab); in ath12k_core_free()
927 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath12k_core_alloc()
928 if (!ab) in ath12k_core_alloc()
955 ab->dev = dev; in ath12k_core_alloc()
958 return ab; in ath12k_core_alloc()
[all …]
H A Dhif.h78 ab->hif.ops->ce_irq_enable(ab); in ath12k_hif_ce_irq_enable()
84 ab->hif.ops->ce_irq_disable(ab); in ath12k_hif_ce_irq_disable()
89 ab->hif.ops->irq_enable(ab); in ath12k_hif_irq_enable()
94 ab->hif.ops->irq_disable(ab); in ath12k_hif_irq_disable()
100 return ab->hif.ops->suspend(ab); in ath12k_hif_suspend()
108 return ab->hif.ops->resume(ab); in ath12k_hif_resume()
115 return ab->hif.ops->start(ab); in ath12k_hif_start()
120 ab->hif.ops->stop(ab); in ath12k_hif_stop()
125 return ab->hif.ops->read32(ab, address); in ath12k_hif_read32()
136 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
[all …]
H A Dpci.c151 struct ath12k_base *ab = ab_pci->ab; in ath12k_pci_select_window() local
362 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath12k_pci_free_irq()
480 struct ath12k_base *ab = irq_grp->ab; in ath12k_pci_ext_grp_napi_poll() local
528 irq_grp->ab = ab; in ath12k_pci_ext_irq_config()
634 ab->qmi.service_ins_id = ab->hw_params->qmi_service_ins_id; in ath12k_pci_init_qmi_ce_config()
675 struct ath12k_base *ab = ab_pci->ab; in ath12k_pci_msi_alloc() local
725 struct ath12k_base *ab = ab_pci->ab; in ath12k_pci_claim() local
786 struct ath12k_base *ab = ab_pci->ab; in ath12k_pci_free_region() local
798 struct ath12k_base *ab = ab_pci->ab; in ath12k_pci_aspm_disable() local
1220 if (!ab) { in ath12k_pci_probe()
[all …]
H A Ddp.c25 struct ath12k_base *ab = ar->ab; in ath12k_dp_peer_cleanup() local
30 spin_lock_bh(&ab->base_lock); in ath12k_dp_peer_cleanup()
46 struct ath12k_base *ab = ar->ab; in ath12k_dp_peer_setup() local
1001 ar = ab->pdevs[i].ar; in ath12k_dp_pdev_pre_alloc()
1013 struct ath12k_base *ab = from_timer(ab, t, mon_reap_timer); in ath12k_dp_service_mon_ring() local
1046 ar = ab->pdevs[i].ar; in ath12k_dp_pdev_alloc()
1113 struct ath12k_base *ab = ar->ab; in ath12k_dp_vdev_tx_attach() local
1126 arvif->bank_id = ath12k_dp_tx_get_bank_profile(ab, arvif, &ab->dp); in ath12k_dp_vdev_tx_attach()
1243 ath12k_hif_write32(ab, reo_base + HAL_REO1_SW_COOKIE_CFG0(ab), cmem_base); in ath12k_dp_cc_config()
1255 ath12k_hif_write32(ab, reo_base + HAL_REO1_SW_COOKIE_CFG1(ab), val); in ath12k_dp_cc_config()
[all …]
H A Dce.c225 struct ath12k_base *ab = pipe->ab; in ath12k_ce_rx_buf_enqueue_pipe() local
273 struct ath12k_base *ab = pipe->ab; in ath12k_ce_rx_post_pipe() local
322 struct ath12k_base *ab = pipe->ab; in ath12k_ce_completed_recv_next() local
371 struct ath12k_base *ab = pipe->ab; in ath12k_ce_recv_process_cb() local
397 pipe->recv_cb(ab, skb); in ath12k_ce_recv_process_cb()
411 struct ath12k_base *ab = pipe->ab; in ath12k_ce_completed_send_next() local
452 struct ath12k_base *ab = pipe->ab; in ath12k_ce_send_done_cb() local
721 struct ath12k_base *ab = pipe->ab; in ath12k_ce_rx_pipe_cleanup() local
782 struct ath12k_base *ab = from_timer(ab, t, rx_replenish_retry); in ath12k_ce_rx_replenish_retry() local
831 ath12k_ce_get_shadow_config(ab, &ab->qmi.ce_cfg.shadow_reg_v3, in ath12k_ce_init_pipes()
[all …]
H A Dpeer.c16 lockdep_assert_held(&ab->base_lock); in ath12k_peer_find()
84 spin_lock_bh(&ab->base_lock); in ath12k_peer_exist_by_vdev_id()
92 spin_unlock_bh(&ab->base_lock); in ath12k_peer_exist_by_vdev_id()
114 spin_lock_bh(&ab->base_lock); in ath12k_peer_unmap_event()
128 wake_up(&ab->peer_mapping_wq); in ath12k_peer_unmap_event()
139 spin_lock_bh(&ab->base_lock); in ath12k_peer_map_event()
187 struct ath12k_base *ab = ar->ab; in ath12k_peer_cleanup() local
191 spin_lock_bh(&ab->base_lock); in ath12k_peer_cleanup()
244 ath12k_warn(ar->ab, in ath12k_peer_delete()
274 ath12k_warn(ar->ab, in ath12k_peer_create()
[all …]
H A Dhal.h62 #define HAL_TCL1_RING_ID(ab) ((ab)->hw_params->regs->hal_tcl1_ring_id) argument
135 #define HAL_REO1_SW_COOKIE_CFG0(ab) ((ab)->hw_params->regs->hal_reo1_sw_cookie_cfg0) argument
136 #define HAL_REO1_SW_COOKIE_CFG1(ab) ((ab)->hw_params->regs->hal_reo1_sw_cookie_cfg1) argument
137 #define HAL_REO1_QDESC_LUT_BASE0(ab) ((ab)->hw_params->regs->hal_reo1_qdesc_lut_base0) argument
138 #define HAL_REO1_QDESC_LUT_BASE1(ab) ((ab)->hw_params->regs->hal_reo1_qdesc_lut_base1) argument
139 #define HAL_REO1_RING_BASE_LSB(ab) ((ab)->hw_params->regs->hal_reo1_ring_base_lsb) argument
140 #define HAL_REO1_RING_BASE_MSB(ab) ((ab)->hw_params->regs->hal_reo1_ring_base_msb) argument
141 #define HAL_REO1_RING_ID(ab) ((ab)->hw_params->regs->hal_reo1_ring_id) argument
142 #define HAL_REO1_RING_MISC(ab) ((ab)->hw_params->regs->hal_reo1_ring_misc) argument
151 #define HAL_REO1_RING_MSI1_DATA(ab) ((ab)->hw_params->regs->hal_reo1_ring_msi1_data) argument
[all …]
H A Ddp_rx.c486 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_pdev_srng_free() local
531 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_pdev_srng_alloc() local
693 struct ath12k_base *ab = dp->ab; in ath12k_dp_rx_tid_del_func() local
937 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_peer_tid_setup() local
1056 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_ampdu_start() local
1073 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_ampdu_stop() local
1113 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_peer_pn_replay_config() local
1338 struct ath12k_base *ab = ar->ab; in ath12k_update_per_peer_tx_stats() local
1771 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_msdu_coalesce() local
1872 struct ath12k_base *ab = ar->ab; in ath12k_dp_rx_h_csum_offload() local
[all …]
H A Dpci.h38 #define PCIE_QSERDES_COM_SYSCLK_EN_SEL_REG(ab) \ argument
42 #define PCIE_PCS_OSC_DTCT_CONFIG1_REG(ab) \ argument
45 #define PCIE_PCS_OSC_DTCT_CONFIG2_REG(ab) \ argument
48 #define PCIE_PCS_OSC_DTCT_CONFIG4_REG(ab) \ argument
90 int (*wakeup)(struct ath12k_base *ab);
91 void (*release)(struct ath12k_base *ab);
96 struct ath12k_base *ab; member
116 return (struct ath12k_pci *)ab->drv_priv; in ath12k_pci_priv()
137 void ath12k_pci_stop(struct ath12k_base *ab);
138 int ath12k_pci_start(struct ath12k_base *ab);
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpeer.c70 if (!ab->rhead_peer_id) in ath11k_peer_find_by_id()
213 if (!ab->rhead_peer_id || !ab->rhead_peer_addr) in ath11k_peer_rhash_add()
216 ret = ath11k_peer_rhash_insert(ab, ab->rhead_peer_id, &peer->rhash_id, in ath11k_peer_rhash_add()
235 ath11k_peer_rhash_remove(ab, ab->rhead_peer_id, &peer->rhash_id, in ath11k_peer_rhash_add()
243 struct ath11k_base *ab = ar->ab; in ath11k_peer_cleanup() local
297 struct ath11k_base *ab = ar->ab; in __ath11k_peer_delete() local
324 ath11k_warn(ab, in __ath11k_peer_delete()
337 ath11k_warn(ab, in __ath11k_peer_delete()
481 if (!ab->rhead_peer_id || !ab->rhead_peer_addr) in ath11k_peer_rhash_delete()
529 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_id_tbl_init()
[all …]
H A Dpci.c78 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_select_window() local
412 ab->qmi.service_ins_id = ab->hw_params.qmi_service_ins_id; in ath11k_pci_init_qmi_ce_config()
445 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_alloc_msi() local
531 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_claim() local
573 if (!ab->mem) { in ath11k_pci_claim()
579 ab->mem_ce = ab->mem; in ath11k_pci_claim()
581 ath11k_dbg(ab, ATH11K_DBG_BOOT, "pci_mem 0x%p\n", ab->mem); in ath11k_pci_claim()
594 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_free_region() local
606 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_aspm_disable() local
777 if (!ab) { in ath11k_pci_probe()
[all …]
H A Dcore.c916 ab->new_alpha2[0], ab->new_alpha2[1]); in ath11k_core_check_cc_code_bdfext()
1026 ab->id.vendor, ab->id.device, in __ath11k_core_create_board_name()
1673 ret = ath11k_core_start_firmware(ab, ab->fw_mode); in ath11k_core_qmi_firmware_ready()
1754 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_core_reconfigure_on_crash()
1777 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
2026 ath11k_info(ab, "%s\n", ab->hw_params.name); in ath11k_init_hw_params()
2079 kfree(ab); in ath11k_core_free()
2088 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath11k_core_alloc()
2089 if (!ab) in ath11k_core_alloc()
2124 return ab; in ath11k_core_alloc()
[all …]
H A Dahb.c430 ab->qmi.service_ins_id = ab->hw_params.qmi_service_ins_id; in ath11k_ahb_init_qmi_ce_config()
459 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_ahb_free_irq()
493 struct ath11k_base *ab = irq_grp->ab; in ath11k_ahb_ext_grp_napi_poll() local
533 irq_grp->ab = ab; in ath11k_ahb_config_ext_irq()
906 ab->mem = mem; in ath11k_ahb_setup_resources()
1125 if (!ab) { in ath11k_ahb_probe()
1131 ab->pdev = pdev; in ath11k_ahb_probe()
1132 ab->hw_rev = hw_rev; in ath11k_ahb_probe()
1150 ab->mem_ce = ab->mem; in ath11k_ahb_probe()
1159 if (!ab->mem_ce) { in ath11k_ahb_probe()
[all …]
H A Dhal.h88 (HAL_TCL1_RING_MSI1_DATA(ab) - HAL_TCL1_RING_BASE_LSB(ab))
90 (HAL_TCL1_RING_BASE_MSB(ab) - HAL_TCL1_RING_BASE_LSB(ab))
92 (HAL_TCL1_RING_ID(ab) - HAL_TCL1_RING_BASE_LSB(ab))
98 (HAL_TCL1_RING_TP_ADDR_LSB(ab) - HAL_TCL1_RING_BASE_LSB(ab))
100 (HAL_TCL1_RING_TP_ADDR_MSB(ab) - HAL_TCL1_RING_BASE_LSB(ab))
102 (HAL_TCL1_RING_MISC(ab) - HAL_TCL1_RING_BASE_LSB(ab))
156 (HAL_REO1_RING_MSI1_DATA(ab) - HAL_REO1_RING_BASE_LSB(ab))
158 (HAL_REO1_RING_BASE_MSB(ab) - HAL_REO1_RING_BASE_LSB(ab))
159 #define HAL_REO1_RING_ID_OFFSET(ab) (HAL_REO1_RING_ID(ab) - HAL_REO1_RING_BASE_LSB(ab)) argument
167 (HAL_REO1_RING_MISC(ab) - HAL_REO1_RING_BASE_LSB(ab))
[all …]
H A Dpcic.c166 ret = ab->pci.ops->wakeup(ab); in ath11k_pcic_write32()
171 ab->pci.ops->release(ab); in ath11k_pcic_write32()
203 ret = ab->pci.ops->wakeup(ab); in ath11k_pcic_read32()
208 ab->pci.ops->release(ab); in ath11k_pcic_read32()
227 ret = ab->pci.ops->wakeup(ab); in ath11k_pcic_read()
246 ab->pci.ops->release(ab); in ath11k_pcic_read()
402 struct ath11k_base *ab = ce_pipe->ab; in ath11k_pcic_ce_interrupt_handler() local
420 struct ath11k_base *ab = irq_grp->ab; in ath11k_pcic_ext_grp_disable() local
454 struct ath11k_base *ab = irq_grp->ab; in ath11k_pcic_ext_grp_enable() local
511 struct ath11k_base *ab = irq_grp->ab; in ath11k_pcic_ext_grp_napi_poll() local
[all …]
H A Ddp.c27 struct ath11k_base *ab = ar->ab; in ath11k_dp_peer_cleanup() local
49 struct ath11k_base *ab = ar->ab; in ath11k_dp_peer_setup() local
348 ath11k_dp_shadow_stop_timer(ab, &ab->dp.tx_ring_timer[i]); in ath11k_dp_stop_shadow_timers()
350 ath11k_dp_shadow_stop_timer(ab, &ab->dp.reo_cmd_timer); in ath11k_dp_stop_shadow_timers()
480 ab->hw_params.hw_ops->reo_setup(ab); in ath11k_dp_srng_common_setup()
893 ar = ab->pdevs[i].ar; in ath11k_dp_pdev_free()
908 ar = ab->pdevs[i].ar; in ath11k_dp_pdev_pre_alloc()
932 ar = ab->pdevs[i].ar; in ath11k_dp_pdev_alloc()
1069 dp->ab = ab; in ath11k_dp_alloc()
1134 struct ath11k_base *ab = update_timer->ab; in ath11k_dp_shadow_timer_handler() local
[all …]
H A Dce.c268 ath11k_dp_shadow_stop_timer(ab, &ab->ce.hp_timer[i]); in ath11k_ce_stop_shadow_timers()
274 struct ath11k_base *ab = pipe->ab; in ath11k_ce_rx_buf_enqueue_pipe() local
322 struct ath11k_base *ab = pipe->ab; in ath11k_ce_rx_post_pipe() local
372 struct ath11k_base *ab = pipe->ab; in ath11k_ce_completed_recv_next() local
421 struct ath11k_base *ab = pipe->ab; in ath11k_ce_recv_process_cb() local
461 struct ath11k_base *ab = pipe->ab; in ath11k_ce_completed_send_next() local
502 struct ath11k_base *ab = pipe->ab; in ath11k_ce_tx_process_cb() local
606 ath11k_dp_shadow_init_timer(ab, &ab->ce.hp_timer[ce_id], in ath11k_ce_init_ring()
803 struct ath11k_base *ab = pipe->ab; in ath11k_ce_rx_pipe_cleanup() local
985 ath11k_dp_shadow_stop_timer(ab, &ab->ce.hp_timer[i]); in ath11k_ce_free_pipes()
[all …]
H A Dhal.c308 ath11k_hif_write32(ab, reg_base + HAL_REO1_RING_ID_OFFSET(ab), val); in ath11k_hal_srng_dst_hw_init()
325 ath11k_hif_write32(ab, reg_base + HAL_REO1_RING_HP_ADDR_LSB_OFFSET(ab), in ath11k_hal_srng_dst_hw_init()
327 ath11k_hif_write32(ab, reg_base + HAL_REO1_RING_HP_ADDR_MSB_OFFSET(ab), in ath11k_hal_srng_dst_hw_init()
333 ath11k_hif_write32(ab, reg_base + HAL_REO1_RING_TP_OFFSET(ab), 0); in ath11k_hal_srng_dst_hw_init()
346 ath11k_hif_write32(ab, reg_base + HAL_REO1_RING_MISC_OFFSET(ab), val); in ath11k_hal_srng_dst_hw_init()
387 ath11k_hif_write32(ab, reg_base + HAL_TCL1_RING_ID_OFFSET(ab), val); in ath11k_hal_srng_src_hw_init()
455 ath11k_hif_write32(ab, reg_base + HAL_TCL1_RING_MISC_OFFSET(ab), val); in ath11k_hal_srng_src_hw_init()
1056 (HAL_REO1_RING_TP(ab) - HAL_REO1_RING_HP(ab))); in ath11k_hal_srng_setup()
1202 s->reg_size[1] = HAL_REO2_RING_HP(ab) - HAL_REO1_RING_HP(ab); in ath11k_hal_srng_create_config()
1392 ath11k_err(ab, in ath11k_hal_dump_srng_stats()
[all …]
H A Dhif.h38 ab->hif.ops->ce_irq_enable(ab); in ath11k_hif_ce_irq_enable()
44 ab->hif.ops->ce_irq_disable(ab); in ath11k_hif_ce_irq_disable()
79 if (ab->hif.ops->suspend) in ath11k_hif_suspend()
80 return ab->hif.ops->suspend(ab); in ath11k_hif_suspend()
87 if (ab->hif.ops->resume) in ath11k_hif_resume()
88 return ab->hif.ops->resume(ab); in ath11k_hif_resume()
106 if (!ab->hif.ops->read) in ath11k_hif_read()
109 return ab->hif.ops->read(ab, buf, start, end); in ath11k_hif_read()
125 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath11k_get_user_msi_vector()
136 ab->hif.ops->get_msi_address(ab, msi_addr_lo, msi_addr_hi); in ath11k_get_msi_address()
[all …]
H A Dqmi.c2961 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_event_mem_request() local
2975 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_event_load_bdf() local
3005 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_event_server_arrive() local
3039 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_msg_mem_request_cb() local
3085 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_msg_mem_ready_cb() local
3097 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_msg_fw_ready_cb() local
3116 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_msg_cold_boot_cal_done_cb() local
3130 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_msg_fw_init_done_cb() local
3183 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_ops_new_server() local
3208 struct ath11k_base *ab = qmi->ab; in ath11k_qmi_ops_del_server() local
[all …]
H A Dtrace.h125 TP_ARGS(ab, vaf),
127 __string(device, dev_name(ab->dev))
146 TP_ARGS(ab, vaf)
151 TP_ARGS(ab, vaf)
156 TP_ARGS(ab, vaf)
162 TP_ARGS(ab, id, buf, buf_len),
165 __string(device, dev_name(ab->dev))
192 TP_ARGS(ab, id, buf, buf_len),
195 __string(device, dev_name(ab->dev))
222 TP_ARGS(ab, level, vaf),
[all …]
H A Dmhi.c252 ath11k_mhi_reset_txvecdb(ab); in ath11k_mhi_clear_vector()
254 ath11k_mhi_reset_rxvecdb(ab); in ath11k_mhi_clear_vector()
260 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_get_msi() local
342 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_mhi_op_status_cb()
392 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_register() local
408 mhi_ctrl->regs = ab->mem; in ath11k_mhi_register()
439 switch (ab->hw_rev) { in ath11k_mhi_register()
450 ab->hw_rev); in ath11k_mhi_register()
480 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_start() local
508 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_suspend() local
[all …]
H A Ddp_rx.c461 struct ath11k_base *ab = ar->ab; in ath11k_dp_rxdma_pdev_buf_free() local
497 struct ath11k_base *ab = ar->ab; in ath11k_dp_rxdma_pdev_buf_setup() local
519 struct ath11k_base *ab = ar->ab; in ath11k_dp_rx_pdev_srng_free() local
572 struct ath11k_base *ab = ar->ab; in ath11k_dp_rx_pdev_srng_alloc() local
761 struct ath11k_base *ab = dp->ab; in ath11k_dp_rx_tid_del_func() local
999 struct ath11k_base *ab = ar->ab; in ath11k_peer_rx_tid_setup() local
1101 struct ath11k_base *ab = ar->ab; in ath11k_dp_rx_ampdu_start() local
1118 struct ath11k_base *ab = ar->ab; in ath11k_dp_rx_ampdu_stop() local
1167 struct ath11k_base *ab = ar->ab; in ath11k_dp_peer_rx_pn_replay_config() local
1399 struct ath11k_base *ab = ar->ab; in ath11k_update_per_peer_tx_stats() local
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dcomplex.in6 a[ab]{20} - aaaaabaaaabaaaabaaaab aaaaabaaaabaaaabaaaab
8 a[ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab] - aaaaabaaaabaaaa…
10 a[ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab](wee|week)(knights…
20 [ab][cd][ef][gh][ij][kl][mn] - xacegikmoq acegikm
21 [ab][cd][ef][gh][ij][kl][mn][op] - xacegikmoq acegikmo
22 [ab][cd][ef][gh][ij][kl][mn][op][qr] - xacegikmoqy acegikmoq
23 [ab][cd][ef][gh][ij][kl][mn][op][q] - xacegikmoqy acegikmoq
/freebsd/contrib/one-true-awk/testdir/
H A DT.int-expr17 pat ab{0}c
25 pat ab{0}*c
33 pat ab{0,}c
41 pat ab{0,}*c
49 pat ab{1}c
54 pat ab{1,}c
61 pat ab{0,1}c
66 pat ab{0,3}c
73 pat ab{1,3}c
82 ac ~ /ab{0}c/ -> should be 1, is 1
[all …]

12345678910>>...19