Home
last modified time | relevance | path

Searched refs:GIMMICK_ (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c2521 GIMMICK_(*node)->type = GIMMICK_FAIL; in node_new_fail()
2538 GIMMICK_(*node)->id = id; in node_new_save_gimmick()
2553 GIMMICK_(*node)->id = id; in node_new_update_var_gimmick()
2673 GIMMICK_(*node)->id = id; in node_new_callout()
2674 GIMMICK_(*node)->num = num; in node_new_callout()
2755 id = GIMMICK_(ns[0])->id; in make_absent_engine()
2833 id = GIMMICK_(save)->id; in make_absent_tail()
2881 id = GIMMICK_(save)->id; in make_range_clear()
3013 id1 = GIMMICK_(ns[0])->id; in make_absent_tree_for_simple_one_char_repeat()
3090 id1 = GIMMICK_(ns[0])->id; in make_absent_tree()
[all …]
H A Dregparse.h281 #define GIMMICK_(node) (&((node)->u.gimmick)) macro
H A Dregcomp.c1986 r = compile_length_gimmick_node(GIMMICK_(node), reg); in compile_length_tree()
2181 r = compile_gimmick_node(GIMMICK_(node), reg); in compile_tree()
3105 GimmickNode* g = GIMMICK_(node); in tree_min_len()
7353 switch (GIMMICK_(node)->type) { in print_indent_tree()
7358 fprintf(f, "save:%d:%d", GIMMICK_(node)->detail_type, GIMMICK_(node)->id); in print_indent_tree()
7361 fprintf(f, "update_var:%d:%d", GIMMICK_(node)->detail_type, GIMMICK_(node)->id); in print_indent_tree()
7365 switch (GIMMICK_(node)->detail_type) { in print_indent_tree()
7367 fprintf(f, "callout:contents:%d", GIMMICK_(node)->num); in print_indent_tree()
7370 fprintf(f, "callout:name:%d:%d", GIMMICK_(node)->id, GIMMICK_(node)->num); in print_indent_tree()

Completed in 40 milliseconds