Lines Matching refs:IS_NOT_NULL

103   if (IS_NOT_NULL(bbuf)) {  in bbuf_free()
104 if (IS_NOT_NULL(bbuf->p)) xfree(bbuf->p); in bbuf_free()
444 if (IS_NOT_NULL(t)) { in onig_print_names()
457 if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs); in i_free_name_entry()
468 if (IS_NOT_NULL(t)) { in names_clear()
484 if (IS_NOT_NULL(t)) onig_st_free_table(t); in onig_names_free()
496 if (IS_NOT_NULL(t)) { in name_find()
533 if (IS_NOT_NULL(t)) { in onig_foreach_name()
565 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()
577 if (IS_NOT_NULL(t)) in onig_number_of_names()
601 if (IS_NOT_NULL(t) && t->num > 0) { in onig_print_names()
633 if (IS_NOT_NULL(t)) { in names_clear()
636 if (IS_NOT_NULL(e->name)) { in names_clear()
642 if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs); in names_clear()
646 if (IS_NOT_NULL(t->e)) { in names_clear()
665 if (IS_NOT_NULL(t)) xfree(t); in onig_names_free()
677 if (IS_NOT_NULL(t)) { in name_find()
696 if (IS_NOT_NULL(t)) { in onig_foreach_name()
713 if (IS_NOT_NULL(t)) in onig_number_of_names()
866 if (IS_NOT_NULL(region)) { in onig_name_to_backref_number()
1017 IS_NOT_NULL(NSTR(node)->s) && NSTR(node)->s != NSTR(node)->buf) { in onig_node_free()
1066 if (IS_NOT_NULL(NBREF(node)->back_dynamic)) in onig_node_free()
1097 while (IS_NOT_NULL(FreeNodeList)) { in onig_free_node_list()
1114 if (IS_NOT_NULL(FreeNodeList)) { in node_new()
1164 if (sb_out > 0 && IS_NOT_NULL(ranges)) { in node_new_cclass_by_codepoint_range()
1247 if (IS_NOT_NULL(list)) { in onig_node_list_add()
1248 while (IS_NOT_NULL(NCDR(list))) in onig_node_list_add()
1488 IS_NOT_NULL(NSTR(node)->s) && NSTR(node)->s != NSTR(node)->buf) { in onig_node_str_clear()
1935 if (not1 != 0 && IS_NOT_NULL(bbuf2)) /* not1 != 0 -> not2 == 0 */ in and_code_range_buf()
2140 } while (IS_NOT_NULL(node = NCDR(node))); in is_invalid_quantifier_target()
2147 } while (IS_NOT_NULL(node = NCDR(node))); in is_invalid_quantifier_target()
2862 if (IS_NOT_NULL(next)) in find_str_position()
3959 for (pb = PBS; IS_NOT_NULL(pb->name); pb++) { in parse_posix_bracket()
4435 if (IS_NOT_NULL(prev_cc)) { in parse_char_class()
4472 if (IS_NOT_NULL(prev_cc)) { in parse_char_class()
4783 if (IS_NOT_NULL(n)) { in set_quantifier()
4910 if (IS_NOT_NULL(node)) { in i_free_shared_class()
4912 if (IS_NOT_NULL(cc->mbuf)) xfree(cc->mbuf); in i_free_shared_class()
4916 if (IS_NOT_NULL(key)) xfree(key); in i_free_shared_class()
4923 if (IS_NOT_NULL(OnigTypeCClassTable)) { in onig_free_shared_cclass_table()
5299 if (IS_NOT_NULL(iarg.alt_root)) { in parse_exp()
5461 while (IS_NOT_NULL(NCDR(node))) node = NCDR(node); in parse_branch()