create_token_tree  118 compat/regex/regcomp.c static bin_tree_t *create_token_tree (re_dfa_t *dfa,
create_token_tree 2234 compat/regex/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2248 compat/regex/regcomp.c 	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2276 compat/regex/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2321 compat/regex/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2340 compat/regex/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2346 compat/regex/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2349 compat/regex/regcomp.c 	  tree_last = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2359 compat/regex/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 2373 compat/regex/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
create_token_tree 3284 compat/regex/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3297 compat/regex/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3321 compat/regex/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3679 compat/regex/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3691 compat/regex/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
create_token_tree 3768 compat/regex/regcomp.c   return create_token_tree (dfa, left, right, &t);
create_token_tree 3858 compat/regex/regcomp.c       *p_new = create_token_tree (dfa, NULL, NULL, &node->token);