Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c77 if (NTYPE(a) == NT_STR) { in swap_node()
86 if (NTYPE(b) == NT_STR) { in swap_node()
725 NTYPE(qn->target) == NT_CANY) in is_anychar_star_quantifier()
752 if (NTYPE(qn->target) == NT_CANY) { in compile_length_quantifier_node()
981 if (NTYPE(qn->target) == NT_CANY) { in compile_length_quantifier_node()
1504 type = NTYPE(node); in compile_length_tree()
1597 type = NTYPE(node); in compile_tree()
1751 fprintf(stderr, "compile_tree: undefined node type %d\n", NTYPE(node)); in compile_tree()
1767 switch (NTYPE(node)) { in noname_disable_map()
1780 if (*ptarget != old && NTYPE(*ptarget) == NT_QTFR) { in noname_disable_map()
[all …]
Dregparse.h68 #define NTYPE(node) ((node)->u.base.type) macro
Dregparse.c1017 switch (NTYPE(node)) { in onig_node_free()
2132 switch (NTYPE(node)) { in is_invalid_quantifier_target()
4741 if (NTYPE(*np) == NT_ANCHOR) in parse_enclose()
4774 switch (NTYPE(target)) { in set_quantifier()
5464 if (NTYPE(node) == NT_LIST) { in parse_branch()