Searched defs:SML_TAG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h476 /* null reference to SML_TAG object */
478 #define SML_TAG__NULL ((SML_TAG*)NULL)
480 /* null reference to SML_TAG * object */
482 #define SML_TAG__R_NULL ((SML_TAG**)NULL)
484 /* is reference to SML_TAG object valid? */
488 /* is indirect reference to SML_TAG object valid? */
491 ((r_tag) != ((SML_TAG**)(SML_TAG__NULL)))
505 typedef struct _sml_tag_struct SML_TAG; typedef in typeref:struct:_sml_tag_struct
513 SML_TAG *tags; /* tag subtags */
521 SML_TAG *smlAddTa
[all...]

Completed in 59 milliseconds