Home
last modified time | relevance | path

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

/NextBSD/contrib/libgnuregex/
HDregcomp.c337 else if (type == SIMPLE_BRACKET) in re_compile_fastmap_iter()
1114 case SIMPLE_BRACKET: in optimize_utf8()
3265 br_token.type = SIMPLE_BRACKET; in parse_bracket_exp()
3289 br_token.type = SIMPLE_BRACKET; in parse_bracket_exp()
3642 br_token.type = SIMPLE_BRACKET; in build_charclass_op()
3793 if (node->type == SIMPLE_BRACKET && node->duplicated == 0) in free_token()
HDregex_internal.h196 SIMPLE_BRACKET = 3, enumerator
HDregexec.c3584 else if (type == SIMPLE_BRACKET) in group_nodes_into_DFAstates()
4067 case SIMPLE_BRACKET: in check_node_accept()