Searched refs:capture_history (Results 1 – 5 of 5) sorted by relevance
264 BitStatusType capture_history; member
1897 loc = env->capture_history; in disable_noname_group_capture()1898 BIT_STATUS_CLEAR(env->capture_history); in disable_noname_group_capture()1901 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val); in disable_noname_group_capture()5210 reg->capture_history = scan_env.capture_history; in onig_compile()5212 reg->bt_mem_start |= reg->capture_history; in onig_compile()5217 reg->bt_mem_end |= reg->capture_history; in onig_compile()
751 unsigned int capture_history; /* (?@...) flag (1-31) */ member
1098 BIT_STATUS_AT(reg->capture_history, n) != 0) { in make_capture_history_tree()1558 if (reg->capture_history != 0) { in match_at()3935 if (BIT_STATUS_AT(reg->capture_history, i) != 0) in onig_number_of_capture_histories()
927 BIT_STATUS_CLEAR(env->capture_history); in scan_env_clear()4464 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, num); in parse_effect()4496 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, num); in parse_effect()
Completed in 164 milliseconds