br_token         3092 maint/gnulib/lib/regcomp.c   re_token_t br_token;
br_token         3333 maint/gnulib/lib/regcomp.c       br_token.type = COMPLEX_BRACKET;
br_token         3334 maint/gnulib/lib/regcomp.c       br_token.opr.mbcset = mbcset;
br_token         3335 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3346 maint/gnulib/lib/regcomp.c 	  br_token.type = SIMPLE_BRACKET;
br_token         3347 maint/gnulib/lib/regcomp.c 	  br_token.opr.sbcset = sbcset;
br_token         3348 maint/gnulib/lib/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3370 maint/gnulib/lib/regcomp.c       br_token.type = SIMPLE_BRACKET;
br_token         3371 maint/gnulib/lib/regcomp.c       br_token.opr.sbcset = sbcset;
br_token         3372 maint/gnulib/lib/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3707 maint/gnulib/lib/regcomp.c   re_token_t br_token = { .type = SIMPLE_BRACKET, .opr.sbcset = sbcset };
br_token         3708 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3717 maint/gnulib/lib/regcomp.c       br_token.type = COMPLEX_BRACKET;
br_token         3718 maint/gnulib/lib/regcomp.c       br_token.opr.mbcset = mbcset;
br_token         3720 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);