SIMPLE_BRACKET    316 lib/regcomp.c        else if (type == SIMPLE_BRACKET)
SIMPLE_BRACKET   1087 lib/regcomp.c        case SIMPLE_BRACKET:
SIMPLE_BRACKET   3258 lib/regcomp.c  	  br_token.type = SIMPLE_BRACKET;
SIMPLE_BRACKET   3279 lib/regcomp.c        br_token.type = SIMPLE_BRACKET;
SIMPLE_BRACKET   3589 lib/regcomp.c    re_token_t br_token = { .type = SIMPLE_BRACKET, .opr.sbcset = sbcset };
SIMPLE_BRACKET   3730 lib/regcomp.c    else if (node->type == SIMPLE_BRACKET && node->duplicated == 0)
SIMPLE_BRACKET   3446 lib/regexec.c        else if (type == SIMPLE_BRACKET)
SIMPLE_BRACKET   3912 lib/regexec.c      case SIMPLE_BRACKET: