Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h37 #define NT_STR 0 macro
52 #define BIT_NT_STR NTYPE2BIT(NT_STR)
Dregcomp.c77 if (NTYPE(a) == NT_STR) { in swap_node()
86 if (NTYPE(b) == NT_STR) { in swap_node()
1529 case NT_STR: in compile_length_tree()
1634 case NT_STR: in compile_tree()
2024 case NT_STR: in quantifiers_memory_node_info()
2099 case NT_STR: in get_min_match_length()
2183 case NT_STR: in get_max_match_length()
2324 case NT_STR: in get_char_length_tree1()
2442 case NT_STR: in is_not_included()
2514 case NT_STR: in is_not_included()
[all …]
Dregparse.c1018 case NT_STR: in onig_node_free()
1480 SET_NTYPE(node, NT_STR); in onig_node_conv_to_str_node()
1507 SET_NTYPE(node, NT_STR); in node_new_str()
4775 case NT_STR: in set_quantifier()