Searched refs:capture_history (Results 1 – 5 of 5) sorted by relevance
283 BitStatusType capture_history; member
1948 loc = env->capture_history; in disable_noname_group_capture()1949 BIT_STATUS_CLEAR(env->capture_history); in disable_noname_group_capture()1952 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val); in disable_noname_group_capture()5368 reg->capture_history = scan_env.capture_history; in onig_compile()5370 reg->bt_mem_start |= reg->capture_history; in onig_compile()5375 reg->bt_mem_end |= reg->capture_history; in onig_compile()
675 unsigned int capture_history; /* (?@...) flag (1-31) */ member
1094 BIT_STATUS_AT(reg->capture_history, n) != 0) { in make_capture_history_tree()1424 if (reg->capture_history != 0) { in match_at()3856 if (BIT_STATUS_AT(reg->capture_history, i) != 0) in onig_number_of_capture_histories()
975 BIT_STATUS_CLEAR(env->capture_history); in scan_env_clear()4619 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, num); in parse_enclose()4655 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, num); in parse_enclose()
Completed in 48 milliseconds