Lines Matching defs:DEFINED
6 # common to use .if !defined(GUARD) instead.
12 GUARD= # defined
18 GUARD= # defined
22 .if !defined(GUARD)
23 GUARD= # defined
31 DEFINED=
36 .ifndef UNDEFINED && DEFINED
39 .ifndef DEFINED && DEFINED
45 .ifndef !UNDEFINED && !DEFINED
48 .ifndef !DEFINED && !DEFINED
54 # The negation from the 'if-not-defined' directive only applies to bare words,