Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libeti/form/common/
H A Dfieldtype.c113 IncrType(left); /* increment reference count */ in link_fieldtype()
114 IncrType(right); /* increment reference count */ in link_fieldtype()
H A Dfield.c100 IncrType(f->type); /* increment reference count */ in MakeType()
122 IncrType(f->type); /* increment reference count */ in CopyType()
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dutility.h86 #define IncrType(type) { if (type) ++(type -> ref); } macro