create_token_tree  106 maint/gnulib/lib/regcomp.c static bin_tree_t *create_token_tree (re_dfa_t *dfa,
create_token_tree 2207 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2220 maint/gnulib/lib/regcomp.c 	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2250 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2296 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2316 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2322 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2325 maint/gnulib/lib/regcomp.c 	  tree_last = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2336 maint/gnulib/lib/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2351 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 3237 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3250 maint/gnulib/lib/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3271 maint/gnulib/lib/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3580 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3591 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3663 maint/gnulib/lib/regcomp.c   return create_token_tree (dfa, left, right, &t);
create_token_tree 3750 maint/gnulib/lib/regcomp.c       *p_new = create_token_tree (dfa, NULL, NULL, &node->token);