Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h90 #define ENCLOSE_OPTION (1<<1) macro
Dregcomp.c1218 if (node->type == ENCLOSE_OPTION) in compile_length_enclose_node()
1286 if (node->type == ENCLOSE_OPTION) in compile_enclose_node()
2013 case ENCLOSE_OPTION: in quantifiers_memory_node_info()
2144 case ENCLOSE_OPTION: in get_min_match_length()
2261 case ENCLOSE_OPTION: in get_max_match_length()
2383 case ENCLOSE_OPTION: in get_char_length_tree1()
2643 case ENCLOSE_OPTION: in get_head_value_node()
3826 case ENCLOSE_OPTION: in setup_tree()
4849 case ENCLOSE_OPTION: in optimize_node_left()
6271 case ENCLOSE_OPTION: in print_indent_tree()
Dregparse.c1419 Node* node = node_new_enclose(ENCLOSE_OPTION); in node_new_option()