HomeSort by: relevance | last modified time | path
    Searched defs:UNDEF (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-debug-lint.mk 18 # cond-undef-lint.mk
42 # expect+1: Variable "UNDEF" is undefined
43 .if ${UNDEF}
50 ${UNDEF}: ${UNDEF}
52 # In a condition that has a defined(UNDEF) guard, all guarded conditions
57 .if defined(UNDEF) && exists(${UNDEF})
var-op-expand.mk 50 .undef UNDEF
51 VAR:= <${UNDEF}>
55 UNDEF= after
72 .undef UNDEF
73 VAR:= ${:${UNDEF}}
77 UNDEF= Uwas undefined
86 # XXX: Even though this is a ':=' assignment, the '${UNDEF}' in the part of
90 .undef UNDE
    [all...]
deptgt.mk 45 deptgt-${UNDEF}: depsrc-${UNDEF}
  /src/games/hack/
hack.dog.c 163 #define UNDEF 6
184 return (UNDEF);
273 gtyp = UNDEF; /* no goal as yet */
279 if (otyp > gtyp || otyp == UNDEF)
291 } else if (gtyp == UNDEF && dogroom >= 0 &&
299 if (gtyp == UNDEF ||
346 appr = 1; /* gtyp != UNDEF */
  /src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/gca/
gfx_7_2_enum.h 1650 UNDEF = 0x3,
gfx_8_0_enum.h 1837 UNDEF = 0x3,
gfx_8_1_enum.h 1855 UNDEF = 0x3,
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h 12624 UNDEF = 0x00000003,
vega10_enum.h 14045 UNDEF = 0x00000003,

Completed in 208 milliseconds