NENCLOSE         1566 regcomp.c          r = compile_length_enclose_node(NENCLOSE(node), reg);
NENCLOSE         1731 regcomp.c          r = compile_enclose_node(NENCLOSE(node), reg);
NENCLOSE         1777 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         1848 regcomp.c          r = renumber_by_map(NENCLOSE(node)->target, map);
NENCLOSE         1878 regcomp.c          r = numbered_ref_check(NENCLOSE(node)->target);
NENCLOSE         1943 regcomp.c          en = NENCLOSE(uslist->us[i].target);
NENCLOSE         1993 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2055 regcomp.c            EncloseNode* en = NENCLOSE(NCALL(node)->target);
NENCLOSE         2115 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2232 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2354 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2627 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2633 regcomp.c      	  reg->options = NENCLOSE(node)->option;
NENCLOSE         2634 regcomp.c      	  n = get_head_value_node(NENCLOSE(node)->target, exact, reg);
NENCLOSE         2684 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2779 regcomp.c          if (IS_ENCLOSE_MARK2(NENCLOSE(node)))
NENCLOSE         2781 regcomp.c          else if (IS_ENCLOSE_MARK1(NENCLOSE(node)))
NENCLOSE         2785 regcomp.c            r = subexp_inf_recursive_check(NENCLOSE(node)->target, env, head);
NENCLOSE         2832 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         2889 regcomp.c          if (IS_ENCLOSE_MARK2(NENCLOSE(node)))
NENCLOSE         2891 regcomp.c          else if (IS_ENCLOSE_MARK1(NENCLOSE(node)))
NENCLOSE         2895 regcomp.c            r = subexp_recursive_check(NENCLOSE(node)->target);
NENCLOSE         2954 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         3001 regcomp.c          r = setup_subexp_call(NENCLOSE(node)->target, env);
NENCLOSE         3171 regcomp.c      	      NENCLOSE(node)->target = en;
NENCLOSE         3179 regcomp.c          EncloseNode* en = NENCLOSE(node);
NENCLOSE         3555 regcomp.c      	      EncloseNode* en = NENCLOSE(qn->target);
NENCLOSE         3606 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         3803 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         3809 regcomp.c      	  reg->options = NENCLOSE(node)->option;
NENCLOSE         3810 regcomp.c      	  r = setup_tree(NENCLOSE(node)->target, reg, state, env);
NENCLOSE         4764 regcomp.c            env->options = NENCLOSE(NCALL(node)->target)->option;
NENCLOSE         4826 regcomp.c            EncloseNode* en = NENCLOSE(node);
NENCLOSE         6274 regcomp.c          switch (NENCLOSE(node)->type) {
NENCLOSE         6276 regcomp.c            fprintf(f, "option:%d\n", NENCLOSE(node)->option);
NENCLOSE         6277 regcomp.c            print_indent_tree(f, NENCLOSE(node)->target, indent + add);
NENCLOSE         6280 regcomp.c            fprintf(f, "memory:%d", NENCLOSE(node)->regnum);
NENCLOSE         6290 regcomp.c          print_indent_tree(f, NENCLOSE(node)->target, indent + add);
NENCLOSE         1052 regparse.c         if (NENCLOSE(node)->target)
NENCLOSE         1053 regparse.c           onig_node_free(NENCLOSE(node)->target);
NENCLOSE         1374 regparse.c       NENCLOSE(node)->type      = type;
NENCLOSE         1375 regparse.c       NENCLOSE(node)->state     =  0;
NENCLOSE         1376 regparse.c       NENCLOSE(node)->regnum    =  0;
NENCLOSE         1377 regparse.c       NENCLOSE(node)->option    =  0;
NENCLOSE         1378 regparse.c       NENCLOSE(node)->target    = NULL;
NENCLOSE         1379 regparse.c       NENCLOSE(node)->call_addr = -1;
NENCLOSE         1380 regparse.c       NENCLOSE(node)->opt_count =  0;
NENCLOSE         1399 regparse.c       NENCLOSE(node)->option = option;
NENCLOSE         1409 regparse.c       NENCLOSE(node)->option = option;
NENCLOSE         4598 regparse.c     	  NENCLOSE(*np)->regnum = num;
NENCLOSE         4637 regparse.c     	NENCLOSE(*np)->regnum = num;
NENCLOSE         4705 regparse.c     	    NENCLOSE(*np)->target = target;
NENCLOSE         4728 regparse.c         NENCLOSE(*np)->regnum = num;
NENCLOSE         4740 regparse.c         NENCLOSE(*np)->target = target;
NENCLOSE         4741 regparse.c         if (NENCLOSE(*np)->type == ENCLOSE_MEMORY) {
NENCLOSE         4743 regparse.c           r = scan_env_set_mem_node(env, NENCLOSE(*np)->regnum, *np);
NENCLOSE         5070 regparse.c           env->option = NENCLOSE(*np)->option;
NENCLOSE         5076 regparse.c           NENCLOSE(*np)->target = target;	
NENCLOSE         5398 regparse.c     	NENCLOSE(en)->target = qn;