work_tree        3029 maint/gnulib/lib/regcomp.c   bin_tree_t *work_tree;
work_tree        3250 maint/gnulib/lib/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
work_tree        3251 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (work_tree == NULL))
work_tree        3255 maint/gnulib/lib/regcomp.c 	  work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT);
work_tree        3256 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (work_tree == NULL))
work_tree        3262 maint/gnulib/lib/regcomp.c 	  work_tree = mbc_tree;
work_tree        3271 maint/gnulib/lib/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
work_tree        3272 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (work_tree == NULL))
work_tree        3275 maint/gnulib/lib/regcomp.c   return work_tree;