Home
last modified time | relevance | path

Searched refs:capture_history (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h283 BitStatusType capture_history; member
H A Dregcomp.c1919 loc = env->capture_history; in disable_noname_group_capture()
1920 BIT_STATUS_CLEAR(env->capture_history); in disable_noname_group_capture()
1923 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val); in disable_noname_group_capture()
5343 reg->capture_history = scan_env.capture_history; in onig_compile()
5345 reg->bt_mem_start |= reg->capture_history; in onig_compile()
5350 reg->bt_mem_end |= reg->capture_history; in onig_compile()
H A Doniguruma.h668 unsigned int capture_history; /* (?@...) flag (1-31) */ member
H A Dregexec.c1048 BIT_STATUS_AT(reg->capture_history, n) != 0) { in make_capture_history_tree()
1376 if (reg->capture_history != 0) { in match_at()
3789 if (BIT_STATUS_AT(reg->capture_history, i) != 0) in onig_number_of_capture_histories()
H A Dregparse.c920 BIT_STATUS_CLEAR(env->capture_history); in scan_env_clear()
4594 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, num); in parse_enclose()
4632 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, num); in parse_enclose()

Completed in 48 milliseconds