Searched refs:_links (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h73 struct dt_node *_links[3]; /* child node pointers */ member in struct:dt_node::__anon56::__anon58
117 #define dn_args dn_u._nodes._links[0] /* DT_NODE_VAR, FUNC */
118 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */
119 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */
120 #define dn_right dn_u._nodes._links[1] /* DT_NODE_OP2, OP3 */
121 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */
122 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */
123 #define dn_aggtup dn_u._nodes._links[1] /* DT_NODE_AGG */
/freebsd-11-stable/share/mk/
H A Dmeta.stage.mk243 staging: ${STAGE_TARGETS:N*_links} ${STAGE_TARGETS:M*_links}
245 .if ${.MAKE.JOBS:U0} > 0 && ${STAGE_TARGETS:U:M*_links} != ""
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.stage.mk306 staging: ${STAGE_TARGETS:N*_links} ${STAGE_TARGETS:M*_links}
308 .if ${.MAKE.JOBS:U0} > 0 && ${STAGE_TARGETS:U:M*_links} != ""

Completed in 115 milliseconds