Searched refs:DIFV_F_REF (Results 1 – 4 of 4) sorted by relevance
492 if (v->dtdv_flags & ~(DIFV_F_REF | DIFV_F_MOD)) { in dt_dis()494 v->dtdv_flags & ~(DIFV_F_REF | DIFV_F_MOD)); in dt_dis()497 if (v->dtdv_flags & DIFV_F_REF) in dt_dis()
125 dvp->dtdv_flags |= DIFV_F_REF; in dt_copyvar()
488 if (v->dtdv_flags & ~(DIFV_F_REF | DIFV_F_MOD)) { in difo()490 v->dtdv_flags & ~(DIFV_F_REF | DIFV_F_MOD)); in difo()493 if (v->dtdv_flags & DIFV_F_REF) in difo()
381 #define DIFV_F_REF 0x1 /* variable is referenced by DIFO */ macro