Home
last modified time | relevance | path

Searched refs:COMPLEX_BRACKET (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregcomp.c346 else if (type == COMPLEX_BRACKET) in re_compile_fastmap_iter()
1054 case COMPLEX_BRACKET: in optimize_utf8()
3192 br_token.type = COMPLEX_BRACKET; in parse_bracket_exp()
3582 br_token.type = COMPLEX_BRACKET; in build_charclass_op()
3720 if (node->type == COMPLEX_BRACKET && node->duplicated == 0) in free_token()
Dregex_internal.h235 COMPLEX_BRACKET = 6, enumerator
Dregex_internal.c1356 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET; in re_dfa_add_node()
Dregexec.c3800 if (node->type == COMPLEX_BRACKET) in check_node_accept_bytes()