OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFINED
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/make/unit-tests/
directive-ifdef.mk
4
# '
defined
(word)'.
6
DEFINED
=
defined
14
# There is a variable named '
DEFINED
', so the condition evaluates to true.
15
.ifdef
DEFINED
20
# Since a bare word is an abbreviation for '
defined
(word)', these can be
22
.ifdef UNDEF &&
DEFINED
25
.ifdef UNDEF ||
DEFINED
30
# It looks redundant to have a call to
defined
() in an .ifdef, but it's
32
.ifdef
defined
(DEFINED
[
all
...]
directive-ifndef.mk
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
[
all
...]
var-eval-short.mk
27
.elif
defined
(VAR)
57
# Before var.c 1.867 from 2021-03-14, the modifier ':_'
defined
the variable
61
.elif
defined
(VAR)
76
DEFINED
= #
defined
77
.if 0 && ${
DEFINED
:D${FAIL}}
166
DEFINED
=
defined
167
.if 0 && ${
DEFINED
:L:?${FAIL}then:${FAIL}else}
/src/usr.sbin/gspa/gspa/
gsp_ass.h
58
#define
DEFINED
1
62
#define NOT_YET 65535U /* line no. for `not
defined
yet' */
174
#if
defined
(sparc) && !
defined
(__NetBSD__)
/src/usr.bin/config/
mkheaders.c
77
/* Value for
defined
options with value UNDEFINED */
78
#define
DEFINED
(0xdef1U << 16 | 'n' << 8 | 0xed)
158
return (unsigned int)(h != UNDEFINED ? h :
DEFINED
);
227
* the options
defined
for this file.
258
fprintf(fp, "/* %s `%s' not
defined
*/\n",
/src/bin/ksh/
table.h
38
#define
DEFINED
BIT(1) /* is
defined
in block */
64
#define FKSH BIT(11) /* function
defined
with function x (vs x()) */
Completed in 15 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025