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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h196 SIMPLE_BRACKET = 3, enumerator in enum:__anon1713
293 re_bitset_ptr_t sbcset; /* for SIMPLE_BRACKET */
H A Dregcomp.c339 else if (type == SIMPLE_BRACKET)
363 it is caught by SIMPLE_BRACKET). */
378 sets, the SIMPLE_BRACKET again suffices. */
1120 case SIMPLE_BRACKET:
3270 of having both SIMPLE_BRACKET and COMPLEX_BRACKET. */
3274 br_token.type = SIMPLE_BRACKET;
3298 br_token.type = SIMPLE_BRACKET;
3651 br_token.type = SIMPLE_BRACKET;
3804 if (node->type == SIMPLE_BRACKET && node->duplicated == 0)
H A Dregexec.c3588 else if (type == SIMPLE_BRACKET)
4071 case SIMPLE_BRACKET:

Completed in 102 milliseconds