Searched refs:DT_NF_WRITABLE (Results 1 – 3 of 3) sorted by relevance
182 #define DT_NF_WRITABLE 0x10 /* node is writable (can be modified) */ macro
2727 dnp->dn_flags |= DT_NF_WRITABLE; in dt_xcook_ident()2849 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()3009 if ((cp->dn_flags & DT_NF_WRITABLE) || in dt_cook_op1()3011 (cp->dn_left->dn_flags & DT_NF_WRITABLE))) in dt_cook_op1()3012 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op1()3125 if (!(cp->dn_flags & DT_NF_WRITABLE)) { in dt_cook_op1()3157 if (!(lp->dn_flags & DT_NF_WRITABLE)) { in dt_assign_common()3781 if (lp->dn_flags & DT_NF_WRITABLE) in dt_cook_op2()3782 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()3951 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()[all …]
681 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_prearith_op()736 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_postarith_op()1137 assert(dnp->dn_left->dn_flags & DT_NF_WRITABLE); in dt_cg_asgn_op()