OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:braces
(Results
1 - 25
of
70
) sorted by relevancy
1
2
3
/src/usr.bin/make/unit-tests/
varname-dollar.exp
2
make: varname-dollar.mk:19: dollar in
braces
is .
4
make: varname-dollar.mk:30: dollar in
braces
is dollar.
varname-dollar.mk
18
# expect+1: dollar in
braces
is .
19
.info dollar in
braces
is ${${DOLLAR}}.
29
# expect+1: dollar in
braces
is dollar.
30
.info dollar in
braces
is ${${DOLLAR}}.
varname.exp
1
Global: VAR{{{}}} = 3
braces
2
Var_Parse: ${VAR{{{}}}}" != "3
braces
" (eval)
var-op-assign.mk
62
# But if the whitespace appears inside parentheses or
braces
, everything is
66
# neither contain parentheses nor
braces
. This is only a side-effect from
68
# name. It only counts parentheses and
braces
instead of properly parsing
72
VAR{spaces in
braces
}= {}
79
VARNAME_BRACES= VAR{spaces in
braces
}
varmod-undefined.mk
32
# The nested expressions may contain
braces
, and these
braces
don't
35
# and closing
braces
don't match anymore. It's syntactically valid though.
parse-var.mk
9
# long form with
braces
endc == '}'
101
#
braces
.
104
# Keep these
braces
outside the conditions below, to keep them simple to
121
# only counted the
braces
, and since the inner expression '${BRACE_PAIR:...}'
var-op-sunsh.mk
97
# Since the parser just counts
braces
and parentheses instead of properly
100
# be enclosed in
braces
or parentheses.
109
# The unintended comment can include multiple levels of nested
braces
and
110
# parentheses.
Braces
and parentheses are interchangeable, that is, a '(' can
111
# be closed by either ')' or '}'. These
braces
and parentheses are only
113
VAR :sh{Put}((((a}{comment}}}}{here}= comment in
braces
114
.if ${VAR} != "comment in
braces
"
varname.mk
7
# In a variable assignment,
braces
are allowed in the variable name, but they
8
# must be balanced. Parentheses and
braces
may be mixed.
9
VAR{{{}}}= 3
braces
10
.if "${VAR{{{}}}}" != "3
braces
"
15
#
braces
and parentheses equally, therefore the first closing brace already
26
# This is not a variable assignment since the parentheses and
braces
are not
cond-func.mk
14
${:UVAR{value}}= variable name with balanced
braces
17
# so that no unbalanced
braces
appear in the top-level expression.
19
${VARNAME_UNBALANCED_BRACES}= variable name with unbalanced
braces
67
#
Braces
do not have any special meaning when parsing arguments.
72
#
Braces
do not have any special meaning when parsing arguments.
moderrs.mk
57
# In ParseModifierPart,
braces
and parentheses don't have to be balanced.
59
#
braces
must be balanced.
61
# used delimiter (either
braces
or parentheses) must be balanced.
varmod-edge.mk
13
INP= (parentheses) {
braces
} (opening closing) ()
50
# parentheses and
braces
are counted. This leads to a parse error since
65
# In contrast to parentheses and
braces
, the brackets are not counted
char-005c-reverse-solidus.mk
108
# all other places, but instead counts the
braces
and tries to decode the
varmod-ifelse.mk
209
# especially when one of the branches contains unbalanced '{}'
braces
.
220
# unbalanced
braces
in the ':S' modifiers into account. This change was not
300
#
braces
instead of proper subexpressions, which meant that unbalanced
braces
302
BRACES
= }}}
303
NO= ${0:?${
BRACES
:S,}}},yes,}:${
BRACES
:S,}}},no,}}
304
YES= ${1:?${
BRACES
:S,}}},yes,}:${
BRACES
:S,}}},no,}}
cond-token-var.mk
55
# The same as above, for single-letter variables without
braces
or
dep-var.mk
37
# effect. Now DirExpandCurly comes into play and expands the curly
braces
varmod-defined.mk
59
# to the :M modifier, parentheses and
braces
do not need to be nested.
/src/external/gpl2/texinfo/dist/util/
deref.c
146
int
braces
= 1; /* have seen first left brace */
local
161
for (;
braces
> 0; cp++) {
167
braces
++;
170
braces
--;
176
"%s: %s: %d: mismatched
braces
\n",
/src/external/gpl2/texinfo/dist/makeinfo/
footnote.c
151
/* Read the argument in
braces
. */
162
int
braces
= 1;
165
while (
braces
)
174
braces
++;
176
braces
--;
160
int
braces
= 1;
local
/src/crypto/external/apache2/openssl/dist/util/
su-filter.pl
14
my $
braces
= 0;
35
$
braces
= 1;
/src/crypto/external/bsd/openssl/dist/util/
su-filter.pl
14
my $
braces
= 0;
35
$
braces
= 1;
/src/crypto/external/bsd/openssl.old/dist/util/
su-filter.pl
14
my $
braces
= 0;
35
$
braces
= 1;
/src/external/bsd/byacc/dist/test/
grammar.y
55
/* constant expression or paired
braces
following an equal sign */
339
static int return_val; /* nonzero on
BRACES
iff return-expression found */
389
braces
394
: T_EXTERN T_STRING_LITERAL
braces
681
: struct_or_union any_id
braces
688
| struct_or_union
braces
746
: enumeration any_id
braces
753
| enumeration
braces
/src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3
48
// Verify that a comma inside
braces
is hidden.
166
#. Verify that a comma inside
braces
is hidden.
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh
21
-build/namespaces,-readability/
braces
/src/usr.bin/make/
dir.c
592
* See if the given name has any wildcard characters in it and all
braces
and
604
int
braces
= 0, brackets = 0;
local
609
braces
++;
613
braces
--;
630
return wild && brackets == 0 &&
braces
== 0;
687
/* Find the next closing brace in 'p', taking nested
braces
into account. */
705
* Find the next closing brace or comma in the string, taking nested
braces
753
* Expand curly
braces
like the C shell. Brace expansion by itself is purely
Completed in 37 milliseconds
1
2
3
Indexes created Mon Apr 20 00:23:12 UTC 2026