token2           3173 maint/gnulib/lib/regcomp.c       re_token_t token2;
token2           3200 maint/gnulib/lib/regcomp.c 	      token_len2 = peek_token_bracket (&token2, regexp, syntax);
token2           3201 maint/gnulib/lib/regcomp.c 	      if (__glibc_unlikely (token2.type == END_OF_RE))
token2           3206 maint/gnulib/lib/regcomp.c 	      if (token2.type == OP_CLOSE_BRACKET)
token2           3221 maint/gnulib/lib/regcomp.c 	  ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
token2           3414 maint/gnulib/lib/regcomp.c       re_token_t token2;
token2           3415 maint/gnulib/lib/regcomp.c       (void) peek_token_bracket (&token2, regexp, syntax);
token2           3416 maint/gnulib/lib/regcomp.c       if (token2.type != OP_CLOSE_BRACKET)