Searched refs:V_append (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/nmake/
H A Ddump.c453 if (v->property & V_append)
H A Dobject.c1702 if ((state.exec || !state.base || state.compileonly) && (v->property & V_frozen) && (!(x = getvar(v->name)) && ((v->property & V_oldvalue) || (v->property & V_import) && *v->value) || x && ((x->property & (V_append|V_readonly)) == (V_append|V_readonly) || ((v->property|x->property) & (V_import|V_readonly)) && !streq(v->value, x->value)) || (v->property & V_functional)))
1737 if ((x->property & (V_append|V_readonly)) == (V_append|V_readonly))
H A Dmake.h398 #define V_append (1<<11) /* cmd line += property or op */ macro
H A Dparse.c242 * if (flags & V_append) then old value is retained
305 else if (flags & V_append)
2797 n |= V_append;

Completed in 30 milliseconds