Lines Matching refs:IS_NOT_NULL

102   if (IS_NOT_NULL(bbuf)) {  in bbuf_free()
103 if (IS_NOT_NULL(bbuf->p)) xfree(bbuf->p); in bbuf_free()
437 if (IS_NOT_NULL(t)) { in onig_print_names()
450 if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs); in i_free_name_entry()
461 if (IS_NOT_NULL(t)) { in names_clear()
477 if (IS_NOT_NULL(t)) onig_st_free_table(t); in onig_names_free()
489 if (IS_NOT_NULL(t)) { in name_find()
528 if (IS_NOT_NULL(t)) { in onig_foreach_name()
560 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()
572 if (IS_NOT_NULL(t)) in onig_number_of_names()
597 if (IS_NOT_NULL(t) && t->num > 0) { in onig_print_names()
629 if (IS_NOT_NULL(t)) { in names_clear()
632 if (IS_NOT_NULL(e->name)) { in names_clear()
638 if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs); in names_clear()
642 if (IS_NOT_NULL(t->e)) { in names_clear()
661 if (IS_NOT_NULL(t)) xfree(t); in onig_names_free()
673 if (IS_NOT_NULL(t)) { in name_find()
693 if (IS_NOT_NULL(t)) { in onig_foreach_name()
710 if (IS_NOT_NULL(t)) in onig_number_of_names()
861 if (IS_NOT_NULL(region)) { in onig_name_to_backref_number()
1012 if (IS_NOT_NULL(NSTRING(node).s) && NSTRING(node).s != NSTRING(node).buf) { in onig_node_free()
1065 if (IS_NOT_NULL(NBACKREF(node).back_dynamic)) in onig_node_free()
1096 while (IS_NOT_NULL(FreeNodeList)) { in onig_free_node_list()
1113 if (IS_NOT_NULL(FreeNodeList)) { in node_new()
1162 if (IS_NOT_NULL(sbr)) { in node_new_cclass_by_codepoint_range()
1450 IS_NOT_NULL(NSTRING(node).s) && NSTRING(node).s != NSTRING(node).buf) { in onig_node_str_clear()
1899 if (not1 != 0 && IS_NOT_NULL(bbuf2)) /* not1 != 0 -> not2 == 0 */ in and_code_range_buf()
2104 } while (IS_NOT_NULL(node = NCONS(node).right)); in is_invalid_quantifier_target()
2111 } while (IS_NOT_NULL(node = NCONS(node).right)); in is_invalid_quantifier_target()
2698 if (IS_NOT_NULL(next)) in find_str_position()
3792 for (pb = PBS; IS_NOT_NULL(pb->name); pb++) { in parse_posix_bracket()
3850 for (pb = PBS; IS_NOT_NULL(pb->name); pb++) { in property_name_to_ctype()
4310 if (IS_NOT_NULL(prev_cc)) { in parse_char_class()
4347 if (IS_NOT_NULL(prev_cc)) { in parse_char_class()
4634 if (IS_NOT_NULL(n)) { in set_quantifier()
4760 if (IS_NOT_NULL(node)) { in i_free_shared_class()
4762 if (IS_NOT_NULL(cc->mbuf)) xfree(cc->mbuf); in i_free_shared_class()
4766 if (IS_NOT_NULL(key)) xfree(key); in i_free_shared_class()
4773 if (IS_NOT_NULL(OnigTypeCClassTable)) { in onig_free_shared_cclass_table()
5186 while (IS_NOT_NULL(NCONS(node).right)) node = NCONS(node).right; in parse_branch()