create_token_tree  119 maint/gnulib/lib/regcomp.c static bin_tree_t *create_token_tree (re_dfa_t *dfa,
create_token_tree 2253 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2267 maint/gnulib/lib/regcomp.c 	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2298 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2344 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2364 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2370 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2373 maint/gnulib/lib/regcomp.c 	  tree_last = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2384 maint/gnulib/lib/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2399 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 3335 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3348 maint/gnulib/lib/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3372 maint/gnulib/lib/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3708 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3720 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3799 maint/gnulib/lib/regcomp.c   return create_token_tree (dfa, left, right, &t);
create_token_tree 3889 maint/gnulib/lib/regcomp.c       *p_new = create_token_tree (dfa, NULL, NULL, &node->token);