Lines Matching refs:dn_args
577 dt_node_list_free(&dnp->dn_args);
1780 dnp->dn_args = args;
2895 dt_node_attr_assign(dnp, dt_ident_cook(dnp, idp, &dnp->dn_args));
2904 dt_ident_cook(dnp, dnp->dn_ident, &dnp->dn_args));
3217 * referenced using [] notation (dn_args != NULL).
3224 if (lp->dn_args != NULL)
3853 * where dn_args for the VAR node is the right-hand 'rp' tree,
3859 * / \ +- dn_args -> [ ??? ]=rp
3868 assert(lp->dn_args == NULL);
3874 dnp->dn_args = rp;
4665 if (dnp->dn_args != NULL) {
4668 for (arg = dnp->dn_args; arg != NULL;
4687 for (arg = dnp->dn_args; arg != NULL; arg = arg->dn_list) {
4859 if (dnp->dn_args != NULL)
4862 for (arg = dnp->dn_args; arg != NULL; arg = arg->dn_list) {
4868 if (dnp->dn_args != NULL)
4890 for (arg = dnp->dn_args; arg != NULL; arg = arg->dn_list) {