Home
last modified time | relevance | path

Searched refs:DecrType (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c127 DecrType(TypeL(t)); /* decrement reference count */ in free_fieldtype()
128 DecrType(TypeR(t)); /* decrement reference count */ in free_fieldtype()
H A Dfield.c135 DecrType(f->type); /* decrement reference count */ in FreeType()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h85 #define DecrType(type) { if (type) --(type -> ref); } macro