Searched refs:A_null (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/nmake/
H A Dparse.c2318 att->op |= A_null;
2406 if (*act || (set.op & (A_null|A_target)) || (set.rule.property & (P_make|P_local)) == (P_make|P_local))
2550 if (*act || (set.op & A_null))
2576 if ((r->property & P_metarule) && (prereqs || *act || (set.op & A_null)))
2613 if (set.op & A_null)
H A Dmake.h196 #define A_null (1<<9) /* assertion() .NULL */ macro

Completed in 24 milliseconds