Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c111 IncrType(left); /* increment reference count */ in link_fieldtype()
112 IncrType(right); /* increment reference count */ in link_fieldtype()
H A Dfield.c102 IncrType(f->type); /* increment reference count */ in MakeType()
124 IncrType(f->type); /* increment reference count */ in CopyType()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h84 #define IncrType(type) { if (type) ++(type -> ref); } macro