Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h222 int detail_type; member
H A Dregcomp.c1839 COP(reg)->push_save_val.type = node->detail_type; in compile_gimmick_node()
1846 COP(reg)->update_var.type = node->detail_type; in compile_gimmick_node()
1852 switch (node->detail_type) { in compile_gimmick_node()
1856 if (node->detail_type == ONIG_CALLOUT_OF_NAME) { in compile_gimmick_node()
1900 switch (node->detail_type) { in compile_length_gimmick_node()
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()
H A Dregparse.c2540 GIMMICK_(*node)->detail_type = (int )save_type; in node_new_save_gimmick()
2555 GIMMICK_(*node)->detail_type = (int )update_var_type; in node_new_update_var_gimmick()
2676 GIMMICK_(*node)->detail_type = (int )callout_of; in node_new_callout()

Completed in 41 milliseconds