token2           3091 maint/gnulib/lib/regcomp.c       re_token_t token2;
token2           3118 maint/gnulib/lib/regcomp.c 	      token_len2 = peek_token_bracket (&token2, regexp, syntax);
token2           3119 maint/gnulib/lib/regcomp.c 	      if (__glibc_unlikely (token2.type == END_OF_RE))
token2           3124 maint/gnulib/lib/regcomp.c 	      if (token2.type == OP_CLOSE_BRACKET)
token2           3139 maint/gnulib/lib/regcomp.c 	  ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
token2           3309 maint/gnulib/lib/regcomp.c       re_token_t token2;
token2           3310 maint/gnulib/lib/regcomp.c       (void) peek_token_bracket (&token2, regexp, syntax);
token2           3311 maint/gnulib/lib/regcomp.c       if (token2.type != OP_CLOSE_BRACKET)