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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h200 COMPLEX_BRACKET = 6, enumerator in enum:__anon1948
295 re_charset_t *mbcset; /* for COMPLEX_BRACKET */
H A Dregcomp.c352 else if (type == COMPLEX_BRACKET)
1118 case COMPLEX_BRACKET:
3261 br_token.type = COMPLEX_BRACKET;
3270 of having both SIMPLE_BRACKET and COMPLEX_BRACKET. */
3662 br_token.type = COMPLEX_BRACKET;
3800 if (node->type == COMPLEX_BRACKET && node->duplicated == 0)
H A Dregex_internal.c1450 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET;
H A Dregexec.c3834 if (node->type == COMPLEX_BRACKET)

Completed in 93 milliseconds