Lines Matching refs:IS_NOT_NULL

152   if (IS_NOT_NULL(uslist->us))  in unset_addr_list_end()
729 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) in compile_length_quantifier_node()
807 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) { in compile_quantifier_node()
958 if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
980 if (IS_NOT_NULL(qn->head_exact)) in compile_length_quantifier_node()
982 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
1023 if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1048 if (IS_NOT_NULL(qn->head_exact)) in compile_quantifier_node()
1050 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_quantifier_node()
1066 if (IS_NOT_NULL(qn->head_exact)) { in compile_quantifier_node()
1076 else if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1481 } while (IS_NOT_NULL(node = NCONS(node).right)); in compile_length_tree()
1493 } while (IS_NOT_NULL(node = NCONS(node).right)); in compile_length_tree()
1571 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in compile_tree()
1583 } while (IS_NOT_NULL(x = NCONS(x).right)); in compile_tree()
1588 if (IS_NOT_NULL(NCONS(node).right)) { in compile_tree()
1594 if (IS_NOT_NULL(NCONS(node).right)) { in compile_tree()
1599 } while (IS_NOT_NULL(node = NCONS(node).right)); in compile_tree()
1739 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in noname_disable_map()
1820 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in renumber_by_map()
1850 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in numbered_ref_check()
1946 } while (v >= 0 && IS_NOT_NULL(node = NCONS(node).right)); in quantifiers_memory_node_info()
2046 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in get_min_match_length()
2059 } while (r == 0 && IS_NOT_NULL(y = NCONS(y).right)); in get_min_match_length()
2142 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in get_max_match_length()
2149 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in get_max_match_length()
2272 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in get_char_length_tree1()
2281 while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)) { in get_char_length_tree1()
2628 if (IS_NOT_NULL(qn->head_exact)) in get_head_value_node()
2684 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in check_type_tree()
2747 } while (IS_NOT_NULL(x = NCONS(x).right)); in subexp_inf_recursive_check()
2759 } while (IS_NOT_NULL(node = NCONS(node).right)); in subexp_inf_recursive_check()
2819 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in subexp_inf_recursive_check_trav()
2874 } while (IS_NOT_NULL(node = NCONS(node).right)); in subexp_recursive_check()
2938 } while (IS_NOT_NULL(node = NCONS(node).right)); in subexp_recursive_check_trav()
3000 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in setup_subexp_call()
3006 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in setup_subexp_call()
3171 if (IS_NOT_NULL(x)) { in next_setup()
3173 if (IS_NOT_NULL(y) && is_not_included(x, y, reg)) { in next_setup()
3314 } while (r >= 0 && IS_NOT_NULL(node = NCONS(node).right)); in setup_comb_exp_check()
3324 } while (ret >= 0 && IS_NOT_NULL(node = NCONS(node).right)); in setup_comb_exp_check()
3457 if (IS_NOT_NULL(prev) && r == 0) { in setup_tree()
3461 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in setup_tree()
3468 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); in setup_tree()
3577 if (IS_NOT_NULL(tqn->head_exact)) { in setup_tree()
4357 } while (r == 0 && IS_NOT_NULL(nd = NCONS(nd).right)); in optimize_node_left()
4372 } while ((r == 0) && IS_NOT_NULL(nd = NCONS(nd).right)); in optimize_node_left()
4425 if (IS_NOT_NULL(cc->mbuf) || IS_CCLASS_NOT(cc)) { in optimize_node_left()
4815 if (IS_NOT_NULL(reg->exact)) { in clear_optimize_info()
4977 if (IS_NOT_NULL(reg->p)) xfree(reg->p); in onig_free_body()
4978 if (IS_NOT_NULL(reg->exact)) xfree(reg->exact); in onig_free_body()
4979 if (IS_NOT_NULL(reg->int_map)) xfree(reg->int_map); in onig_free_body()
4980 if (IS_NOT_NULL(reg->int_map_backward)) xfree(reg->int_map_backward); in onig_free_body()
4981 if (IS_NOT_NULL(reg->repeat_range)) xfree(reg->repeat_range); in onig_free_body()
4982 if (IS_NOT_NULL(reg->chain)) onig_free(reg->chain); in onig_free_body()
4992 if (IS_NOT_NULL(reg)) { in onig_free()
5014 while (IS_NOT_NULL((reg)->chain)) {\
5035 if (IS_NOT_NULL(head)) { in onig_chain_reduce()
5037 while (IS_NOT_NULL(head->chain)) { in onig_chain_reduce()
5056 if (IS_NOT_NULL(from->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) {
5253 if (IS_NOT_NULL(scan_env.mem_nodes_dynamic)) { in onig_compile()
5303 if (IS_NOT_NULL(scan_env.error)) { in onig_compile()
5304 if (IS_NOT_NULL(einfo)) { in onig_compile()
5311 if (IS_NOT_NULL(root)) onig_node_free(root); in onig_compile()
5312 if (IS_NOT_NULL(scan_env.mem_nodes_dynamic)) in onig_compile()
5393 if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; in onig_new()
5900 while (IS_NOT_NULL(node = NCONS(node).right)) { in print_indent_tree()