Lines Matching refs:UNDEF
141 INDIR_UNDEF= ${UNDEF}
155 # defined and had the value '${UNDEF}', but the nested variable UNDEF was
158 # uninterpreted variable value, in this case '${UNDEF}'. And even though the
161 # numerically was not possible since the string '${UNDEF}' is not a number,
171 .if defined(UNDEF) && ${INDIR_UNDEF} < ${NUMBER}
177 .if defined(UNDEF) && ${INDIR_UNDEF:U2} < ${NUMBER}
210 .if defined(UNDEF) && "${INDIR_UNDEF}" < ${NUMBER}
264 .if defined(UNDEF) && ${UNDEF} != "undefined"
281 .undef UNDEF
292 .if 0 && defined(UNDEF)
296 .if 1 && defined(UNDEF)
310 .if 0 || defined(UNDEF)
314 .if 1 || defined(UNDEF)