Symbol: defined
games/warp/term.h
123
??? PENDING is not defined correctly in warp.h
games/warp/term.h
162
??? PENDING is not defined correctly in warp.h
lib/libc/gdtoa/gdtoaimp.h
294
Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined.
lib/libc/gdtoa/strtold_subr.c
39
#error GDTOA_LD_FMT must be defined by format-specific source file
sys/arch/amiga/amiga/simple_busfuncs.c
44
Error AMIGA_SIMPLE_BUS_STRIDE not defined in __FILE__, line __LINE__ .
sys/arch/arm/include/cpuconf.h
65
#define CPU_NTYPES (defined(CPU_ARM6) + defined(CPU_ARM7) + \
sys/arch/arm/include/cpuconf.h
66
defined(CPU_ARM7TDMI) + \
sys/arch/arm/include/cpuconf.h
67
defined(CPU_ARM8) + defined(CPU_ARM9) + \
sys/arch/arm/include/cpuconf.h
68
defined(CPU_ARM9E) + \
sys/arch/arm/include/cpuconf.h
69
defined(CPU_ARM10) + \
sys/arch/arm/include/cpuconf.h
70
defined(CPU_ARM11) + \
sys/arch/arm/include/cpuconf.h
71
defined(CPU_ARM1136) + \
sys/arch/arm/include/cpuconf.h
72
defined(CPU_ARM1176) + \
sys/arch/arm/include/cpuconf.h
73
defined(CPU_ARM11MPCORE) + \
sys/arch/arm/include/cpuconf.h
74
defined(CPU_CORTEX) + \
sys/arch/arm/include/cpuconf.h
75
defined(CPU_SA110) + defined(CPU_SA1100) + \
sys/arch/arm/include/cpuconf.h
76
defined(CPU_SA1110) + \
sys/arch/arm/include/cpuconf.h
77
defined(CPU_FA526) + \
sys/arch/arm/include/cpuconf.h
78
defined(CPU_IXP12X0) + \
sys/arch/arm/include/cpuconf.h
79
defined(CPU_XSCALE) + \
sys/arch/arm/include/cpuconf.h
80
defined(CPU_SHEEVA))
sys/arch/hpcarm/hpcarm/wzero3_machdep.c
77
#elsif defined(BTUARTCONSOLE)
sys/arch/hpcarm/hpcarm/wzero3_machdep.c
79
#elsif defined(STUARTCONSOLE)
sys/arch/m68k/fpsp/fpsp.h
150
* Offsets are defined from the end of an fsave because the last 10
sys/arch/m68k/include/cacheops.h
65
#define M68K_CACHEOPS_NTYPES (defined(M68K_CACHEOPS_MACHDEP) + \
sys/arch/m68k/include/cacheops.h
66
defined(M68020) + defined(M68030) + defined(M68040) + defined(M68060))
tests/usr.bin/xlint/lint1/msg_026.c
10
int defined = 1;
usr.bin/make/var.c
2021
ExprDefined defined;
usr.bin/make/var.c
2066
if (expr->defined == DEF_UNDEF)
usr.bin/make/var.c
2067
expr->defined = DEF_DEFINED;
usr.bin/make/var.c
2505
(**pp == 'D') == (expr->defined == DEF_REGULAR);
usr.bin/make/var.c
3630
if (expr->defined == DEF_REGULAR && expr->scope != SCOPE_GLOBAL
usr.bin/make/var.c
3645
} else if (op[0] == '?' && expr->defined == DEF_REGULAR) {
usr.bin/make/var.c
3879
&& expr->defined == DEF_REGULAR;
usr.bin/make/var.c
3910
VarEvalMode_Name[expr->emode], ExprDefined_Name[expr->defined]);
usr.bin/make/var.c
3928
ExprDefined_Name[expr->defined]);
usr.bin/make/var.c
4557
#define Expr_Init(name, value, emode, scope, defined) \
usr.bin/make/var.c
4558
(Expr) { name, value, emode, scope, defined }
usr.bin/make/var.c
4562
VarEvalMode emode, GNode *scope, ExprDefined defined)
usr.bin/make/var.c
4570
expr.defined = defined;
usr.bin/make/var.c
4681
&dynamic, &expr.defined))
usr.bin/make/var.c
4752
if (expr.defined == DEF_UNDEF) {
usr.bin/rpcgen/rpc_clntout.c
75
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_cout.c
138
def = (definition *) FINDVAL(defined, type, findtype);
usr.bin/rpcgen/rpc_hout.c
531
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_main.c
593
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_main.c
598
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_parse.c
116
STOREVAL(&defined, defp);
usr.bin/rpcgen/rpc_sample.c
262
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
181
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
214
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
269
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
277
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
594
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
783
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
944
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_tblout.c
81
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_util.c
145
def = (definition *) FINDVAL(defined, type, findit);
usr.bin/rpcgen/rpc_util.c
219
def = (definition *) FINDVAL(defined, type, typedefed);
usr.bin/rpcgen/rpc_util.c
75
list *defined; /* list of defined things */
usr.bin/rpcgen/rpc_util.c
93
defined = NULL;
usr.bin/rpcgen/rpc_util.h
66
extern list *defined;