Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h76 } _nodes; member
124 #define dn_ident dn_u._nodes._ident /* VAR,SYM,FUN,AGG,INL,PROBE */
125 #define dn_args dn_u._nodes._links[0] /* DT_NODE_VAR, FUNC */
126 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */
127 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */
128 #define dn_right dn_u._nodes._links[1] /* DT_NODE_OP2, OP3 */
129 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */
130 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */
131 #define dn_aggtup dn_u._nodes._links[1] /* DT_NODE_AGG */