Lines Matching refs:dn_u

103 	} dn_u;
109 #define dn_value dn_u._const._value /* DT_NODE_INT */
110 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */
111 #define dn_ident dn_u._nodes._ident /* VAR,SYM,FUN,AGG,INL,PROBE */
112 #define dn_args dn_u._nodes._links[0] /* DT_NODE_VAR, FUNC */
113 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */
114 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */
115 #define dn_right dn_u._nodes._links[1] /* DT_NODE_OP2, OP3 */
116 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */
117 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */
118 #define dn_aggtup dn_u._nodes._links[1] /* DT_NODE_AGG */
119 #define dn_pdescs dn_u._clause._descs /* DT_NODE_CLAUSE */
120 #define dn_pred dn_u._clause._pred /* DT_NODE_CLAUSE */
121 #define dn_acts dn_u._clause._acts /* DT_NODE_CLAUSE */
122 #define dn_locals dn_u._clause._locals /* DT_NODE_CLAUSE */
123 #define dn_ctxattr dn_u._clause._attr /* DT_NODE_CLAUSE */
124 #define dn_spec dn_u._pdesc._spec /* DT_NODE_PDESC */
125 #define dn_desc dn_u._pdesc._desc /* DT_NODE_PDESC */
126 #define dn_membname dn_u._member._name /* DT_NODE_MEMBER */
127 #define dn_membexpr dn_u._member._expr /* DT_NODE_MEMBER */
128 #define dn_membxlator dn_u._member._xlator /* DT_NODE_MEMBER */
129 #define dn_membid dn_u._member._id /* DT_NODE_MEMBER */
130 #define dn_xlator dn_u._xlator._xlator /* DT_NODE_XLATOR */
131 #define dn_xmember dn_u._xlator._xmemb /* DT_NODE_XLATOR */
132 #define dn_members dn_u._xlator._membs /* DT_NODE_XLATOR */
133 #define dn_provname dn_u._provider._name /* DT_NODE_PROVIDER */
134 #define dn_provider dn_u._provider._pvp /* DT_NODE_PROVIDER */
135 #define dn_provred dn_u._provider._redecl /* DT_NODE_PROVIDER */
136 #define dn_probes dn_u._provider._probes /* DT_NODE_PROVIDER */