node_new_enclose 1464 regparse.c       return node_new_enclose(type);
node_new_enclose 1470 regparse.c       Node* node = node_new_enclose(ENCLOSE_MEMORY);
node_new_enclose 1484 regparse.c       Node* node = node_new_enclose(ENCLOSE_OPTION);
node_new_enclose 5019 regparse.c           *np = node_new_enclose(ENCLOSE_STOP_BACKTRACK);
node_new_enclose 5170 regparse.c     	*np = node_new_enclose(ENCLOSE_CONDITION);
node_new_enclose 5774 regparse.c       *np = node_new_enclose(ENCLOSE_STOP_BACKTRACK);
node_new_enclose 5837 regparse.c           *np = node_new_enclose(ENCLOSE_STOP_BACKTRACK);
node_new_enclose 6314 regparse.c     	en = node_new_enclose(ENCLOSE_STOP_BACKTRACK);