OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INDIRECT
(Results
1 - 11
of
11
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varmod-sysv.mk
237
INDIRECT
= 1:${VALUE} 2:$${VALUE} 4:$$$${VALUE}
238
.if ${x:L:x=${
INDIRECT
}} != "1:value 2:value 4:\${VALUE}"
cond-undef-lint.mk
62
INDIRECT
= ${NESTED_UNDEF} ${NESTED_DEF}
67
.if !${
INDIRECT
}
directive-export.mk
10
INDIRECT
=
indirect
11
VAR= value $$ ${
INDIRECT
}
20
.if ${:!env | grep '^VAR'!} != "VAR=value \$
indirect
"
directive-for.mk
183
INDIRECT
= direct
185
.for $(
INDIRECT
) in value
188
. info <$(
INDIRECT
)> <$(direct)> <$($(
INDIRECT
))>
195
# .for loop. The expression '${
INDIRECT
}' refers to the global variable, not
198
INDIRECT
= ${DIRECT}
200
. if "${DIRECT} ${
INDIRECT
}" != "iteration global"
directive-undef.mk
113
INDIRECT
= in-${DIRECT}
114
.export DIRECT
INDIRECT
118
.if ${
INDIRECT
} != "in-direct"
123
# This applies to both variables, even though '
INDIRECT
' is not actually
126
.undef
INDIRECT
# for backwards compatibility.
131
.if ${
INDIRECT
:Uundefined} != "undefined"
varparse-errors.mk
16
INDIRECT
= An ${:Uindirect} value.
118
# expect: while evaluating variable "
INDIRECT
" with value "${:Z}"
119
# expect: while evaluating variable "VALUE" with value "${
INDIRECT
}"
123
VALUE= ${
INDIRECT
}
124
INDIRECT
= ${:Z}
var-op-expand.mk
71
# expression with an
indirect
modifier referring to an undefined variable
83
# expression with an
indirect
modifier referring to another variable that
195
# After the assignment to 'LATER', evaluating the variable '
INDIRECT
'
199
INDIRECT
:= ${LATER:S,value,replaced,}
200
.if ${
INDIRECT
} != ""
204
.if ${
INDIRECT
} != "late-replaced"
210
# evaluating the variable '
INDIRECT
'. Nothing surprising here.
213
INDIRECT
:= ${LATER:S,value,replaced,}
214
.if ${
INDIRECT
:tl} != ""
219
.if ${
INDIRECT
:tl} != "uppercase-replaced
272
indirect
:= ${INDIRECT:tl}
macro
[
all
...]
/src/external/gpl3/binutils/dist/include/opcode/
tic54x.h
35
OP_Xmem, /* AR3 or AR4,
indirect
*/
36
OP_Ymem, /* AR3 or AR4,
indirect
*/
40
OP_Lmem, /* 32-bit single-addressed (direct/
indirect
) */
96
#define
INDIRECT
(OP) ((OP)&0x80)
99
#define IS_LKADDR(OP) (
INDIRECT
(OP) && MOD(OP)>=12)
/src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h
35
OP_Xmem, /* AR3 or AR4,
indirect
*/
36
OP_Ymem, /* AR3 or AR4,
indirect
*/
40
OP_Lmem, /* 32-bit single-addressed (direct/
indirect
) */
96
#define
INDIRECT
(OP) ((OP)&0x80)
99
#define IS_LKADDR(OP) (
INDIRECT
(OP) && MOD(OP)>=12)
/src/external/gpl3/gdb/dist/include/opcode/
tic54x.h
35
OP_Xmem, /* AR3 or AR4,
indirect
*/
36
OP_Ymem, /* AR3 or AR4,
indirect
*/
40
OP_Lmem, /* 32-bit single-addressed (direct/
indirect
) */
96
#define
INDIRECT
(OP) ((OP)&0x80)
99
#define IS_LKADDR(OP) (
INDIRECT
(OP) && MOD(OP)>=12)
/src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h
35
OP_Xmem, /* AR3 or AR4,
indirect
*/
36
OP_Ymem, /* AR3 or AR4,
indirect
*/
40
OP_Lmem, /* 32-bit single-addressed (direct/
indirect
) */
96
#define
INDIRECT
(OP) ((OP)&0x80)
99
#define IS_LKADDR(OP) (
INDIRECT
(OP) && MOD(OP)>=12)
Completed in 55 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026