OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/make/unit-tests/
cond-token-plain.mk
4
# in .
if
conditions. These are also called bare words.
9
.
if
${:Uvalue} != value
19
.
if
${:U} != "#hash"
26
.
if
${:U\#hash} != "\#hash"
43
.
if
${:U\\} != "\\#hash"
51
.
if
${:U\#hash} != \#hash
58
.
if
0 \# This is treated as a comment, but why?
66
.
if
${0 \# comment:?yes:no} != no
69
.
if
${1 \# comment:?yes:no} != yes
75
.
if
${UNDEF:Uundefined}!=undefine
[
all
...]
directive-include-guard.mk
11
# .
if
!defined(GUARD_VARIABLE)
14
# .
if
!target(guard-target)
85
CASES+= variable-
if
86
LINES.variable-
if
= \
87
'.
if
!defined(VARIABLE_IF)' \
90
# expect: Parse_PushInput: variable-
if
.tmp:1
91
# expect: Skipping 'variable-
if
.tmp' because 'VARIABLE_IF' is defined
96
CASES+= variable-
if
-reuse
97
LINES.variable-
if
-reuse= \
98
'.
if
!defined(VARIABLE_IF)'
[
all
...]
/src/external/historical/nawk/dist/testdir/
T.misc
17
$awk '{
if
(match($0, /^The big brown over the lazy dog/) == 0) {
47
# makes sure that fields are recomputed even
if
self-assignment
79
if
test -r core; then echo 1>&2 "BAD: T.misc /etc/passwd dropped core"; fi
88
if
test -r core; then
96
END {
if
(x[1] > x[2]) print "BAD: T.misc: $0 is not NUM" }'
161
if
test -r core; then echo 1>&2 "BAD: T.misc getline ans dropped core"; fi
165
if
test -r core; then echo 1>&2 "BAD: T.misc unireghf dropped core"; fi
169
if
test -r core; then echo 1>&2 "BAD: T.misc nonterminated dropped core"; fi
249
if
(a < b)
256
if
test -r core; then echo 1>&2 "BAD: T.misc function min dropped core"; f
421
if
() {
function
[
all
...]
/src/external/public-domain/sqlite/dist/autosetup/
system.tcl
22
#
If
'--prefix' is not supplied, it defaults to '/usr/local' unless 'options-defaults { prefix ... }' is used *before*
25
if
{[is-defined defaultprefix]} {
65
# which should be 1
if
found or 0
if
not found.
76
if
{$r} {
86
# Returns the value of feature '$name'
if
defined, or '$default'
if
not.
108
# Returns 1
if
feature '$name' has been checked, whether true or not.
125
# @write-
if
-changed filename contents ?script?
127
#
If
'$filename' doesn't exist, or it's contents are different to '$contents'
[
all
...]
proj.tcl
103
if
{$failMode} {
137
# Kind of like a C assert:
if
uplevel of [list expr $script] is false,
139
# the body of the failed assertion, but
if
$msg is set then that is
143
if
{1 eq $::proj__Config(verbose-assert)} {
146
if
{![uplevel 1 [list expr $script]]} {
147
if
{"" eq $msg} {
157
#
If
this function believes that the current console might support
162
if
{$::autosetup(iswin) || !$::proj__Config(isatty)} {
176
#
If
the -notice flag it used then it emits using [user-notice], which
180
#
If
the -error flag is provided then it renders the messag
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
cwsr_trap_handler_gfx9.asm
182
if
SINGLE_STEP_MISSED_WORKAROUND
label
183
// No single step exceptions
if
MODE.DEBUG_EN=0.
188
// Second-level trap already handled exception
if
STATUS.HALT=1.
209
//
If
STATUS.MEM_VIOL is asserted then we cannot fetch from the TMA.
215
//
If
STATUS.HALT is set then this fault must come from SQC instruction fetch.
229
//
If
the PC points to S_ENDPGM then context save will fail
if
STATUS.HALT is set.
246
// Read second-level TBA/TMA from first-level TMA and jump
if
available.
459
if
SAVE_AFTER_XNACK_ERROR
label
515
if
SAVE_AFTER_XNACK_ERRO
label
584
if
SAVE_AFTER_XNACK_ERROR
label
618
if
ASIC_TARGET_ARCTURUS
label
623
if
SAVE_AFTER_XNACK_ERROR
label
737
if
ASIC_TARGET_ARCTURUS
label
746
if
ASIC_TARGET_ARCTURUS
label
756
if
ASIC_TARGET_ARCTURUS
label
784
if
ASIC_TARGET_ARCTURUS
label
1011
if
ASIC_TARGET_ARCTURUS
label
[
all
...]
/src/external/historical/nawk/dist/
awkgram.y
26
#
if
HAVE_NBTOOL_CONFIG_H
39
bool infunc = false; /* = true
if
in arglist or body of func */
40
int inloop = 0; /* >= 1
if
in while, for, do; can't be bool, since loops can next */
60
%token <i> GENSUB SUB GSUB
IF
INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
74
%type <p> for
if
else while
88
%left GSUB
IF
INDEX LSUBSTR MATCHFCN NEXT NUMBER
103
pas {
if
(errorflag==0)
142
if
:
label
143
IF
'(' pattern rparen { $$ = notnull($3); }
213
{
if
(constnode($3))
[
all
...]
Completed in 51 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026