Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c347 else if (type == SIMPLE_BRACKET) in re_compile_fastmap_iter()
1101 case SIMPLE_BRACKET: in optimize_utf8()
3268 br_token.type = SIMPLE_BRACKET; in parse_bracket_exp()
3292 br_token.type = SIMPLE_BRACKET; in parse_bracket_exp()
3642 br_token.type = SIMPLE_BRACKET; in build_charclass_op()
3796 if (node->type == SIMPLE_BRACKET && node->duplicated == 0) in free_token()
Dregex_internal.h239 SIMPLE_BRACKET = 3, enumerator
Dregexec.c3608 else if (type == SIMPLE_BRACKET) in group_nodes_into_DFAstates()
4091 case SIMPLE_BRACKET: in check_node_accept()