Searched defs:P_make (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.h93 #define notfile(r) (((r)->property&(P_attribute|P_functional|P_make|P_operator|P_state|P_use|P_virtual))||((r)->dynamic&D_scope)||(r)->semaphore||((r)->property&P_dontcare)&&((r)->dynamic&D_bound)&&!(r)->time)
299 #define P_make (1L<<16) /* make (not shell) action */ macro

Completed in 75 milliseconds