Searched refs:DecrType (Results 1 – 3 of 3) sorted by relevance
129 DecrType(TypeL(t)); /* decrement reference count */ in free_fieldtype()130 DecrType(TypeR(t)); /* decrement reference count */ in free_fieldtype()
133 DecrType(f->type); /* decrement reference count */ in FreeType()
87 #define DecrType(type) { if (type) --(type -> ref); } macro