Lines Matching refs:NENCLOSE
1058 if (NENCLOSE(node)->target) in onig_node_free()
1059 onig_node_free(NENCLOSE(node)->target); in onig_node_free()
1380 NENCLOSE(node)->type = type; in node_new_enclose()
1381 NENCLOSE(node)->state = 0; in node_new_enclose()
1382 NENCLOSE(node)->regnum = 0; in node_new_enclose()
1383 NENCLOSE(node)->option = 0; in node_new_enclose()
1384 NENCLOSE(node)->target = NULL; in node_new_enclose()
1385 NENCLOSE(node)->call_addr = -1; in node_new_enclose()
1386 NENCLOSE(node)->opt_count = 0; in node_new_enclose()
1405 NENCLOSE(node)->option = option; in node_new_enclose_memory()
1415 NENCLOSE(node)->option = option; in node_new_option()
4600 NENCLOSE(*np)->regnum = num; in parse_enclose()
4639 NENCLOSE(*np)->regnum = num; in parse_enclose()
4707 NENCLOSE(*np)->target = target; in parse_enclose()
4730 NENCLOSE(*np)->regnum = num; in parse_enclose()
4742 NENCLOSE(*np)->target = target; in parse_enclose()
4743 if (NENCLOSE(*np)->type == ENCLOSE_MEMORY) { in parse_enclose()
4745 r = scan_env_set_mem_node(env, NENCLOSE(*np)->regnum, *np); in parse_enclose()
5070 env->option = NENCLOSE(*np)->option; in parse_exp()
5076 NENCLOSE(*np)->target = target; in parse_exp()
5401 NENCLOSE(en)->target = qn; in parse_exp()