br_token         3023 maint/gnulib/lib/regcomp.c   re_token_t br_token;
br_token         3235 maint/gnulib/lib/regcomp.c       br_token.type = COMPLEX_BRACKET;
br_token         3236 maint/gnulib/lib/regcomp.c       br_token.opr.mbcset = mbcset;
br_token         3237 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3248 maint/gnulib/lib/regcomp.c 	  br_token.type = SIMPLE_BRACKET;
br_token         3249 maint/gnulib/lib/regcomp.c 	  br_token.opr.sbcset = sbcset;
br_token         3250 maint/gnulib/lib/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3269 maint/gnulib/lib/regcomp.c       br_token.type = SIMPLE_BRACKET;
br_token         3270 maint/gnulib/lib/regcomp.c       br_token.opr.sbcset = sbcset;
br_token         3271 maint/gnulib/lib/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3579 maint/gnulib/lib/regcomp.c   re_token_t br_token = { .type = SIMPLE_BRACKET, .opr.sbcset = sbcset };
br_token         3580 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
br_token         3588 maint/gnulib/lib/regcomp.c       br_token.type = COMPLEX_BRACKET;
br_token         3589 maint/gnulib/lib/regcomp.c       br_token.opr.mbcset = mbcset;
br_token         3591 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);