Home
last modified time | relevance | path

Searched refs:braces (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/netbsd-src/usr.bin/make/unit-tests/
H A Dgnode-submake.mk14 all: braces-dot braces-no-dot
15 all: braces-no-dot-modifier
27 braces-dot:
30 braces-no-dot:
33 braces-no-dot-modifier:
H A Dvarname-dollar.mk19 .info dollar in braces is ${${DOLLAR}}.
30 .info dollar in braces is ${${DOLLAR}}.
H A Dvarname-dollar.exp2 make: "varname-dollar.mk" line 19: dollar in braces is .
4 make: "varname-dollar.mk" line 30: dollar in braces is dollar.
H A Dvar-op-assign.mk72 VAR{spaces in braces}= {}
79 VARNAME_BRACES= VAR{spaces in braces}
H A Dvarname.exp1 Global: VAR{{{}}} = 3 braces
2 Var_Parse: ${VAR{{{}}}}" != "3 braces" (eval)
H A Dcond-func.mk14 ${: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
H A Dvarname.mk8 # In variable names, braces are allowed, but they must be balanced.
9 # Parentheses and braces may be mixed.
10 VAR{{{}}}= 3 braces
11 .if "${VAR{{{}}}}" != "3 braces"
16 # braces and parentheses equally, therefore the first closing brace already
27 # This is not a variable assignment since the parentheses and braces are not
H A Dvar-op-sunsh.mk113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.dot12braces\l linkage_specification -> . T_EXTERN T_STRING_LITERAL declaration\l declaration -> . dec…
21 …q9 [label="9:\l linkage_specification -> T_EXTERN . T_STRING_LITERAL braces\l linkage_specificat…
46braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
55braces -> . T_LBRACE T_MATCHRBRACE\l struct_or_union_specifier -> struct_or_union . any_id braces
59 …label="47:\l braces -> . T_LBRACE T_MATCHRBRACE\l enum_specifier -> enumeration . any_id braces\…
60braces\l linkage_specification -> . T_EXTERN T_STRING_LITERAL declaration\l declaration -> . dec…
65braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
74braces -> . T_LBRACE T_MATCHRBRACE\l linkage_specification -> T_EXTERN T_STRING_LITERAL . braces\…
84braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
85braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
[all …]
H A Dgrammar.output17 12 braces : T_LBRACE T_MATCHRBRACE
19 13 linkage_specification : T_EXTERN T_STRING_LITERAL braces
88 63 struct_or_union_specifier : struct_or_union any_id braces
89 64 | struct_or_union braces
104 73 enum_specifier : enumeration any_id braces
105 74 | enumeration braces
370 linkage_specification : T_EXTERN . T_STRING_LITERAL braces (13)
722 struct_or_union_specifier : struct_or_union . any_id braces (63)
723 struct_or_union_specifier : struct_or_union . braces (64)
732 braces goto 77
[all …]
/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.dot12braces\l linkage_specification -> . T_EXTERN T_STRING_LITERAL declaration\l declaration -> . dec…
21 …q9 [label="9:\l linkage_specification -> T_EXTERN . T_STRING_LITERAL braces\l linkage_specificat…
46braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
55braces -> . T_LBRACE T_MATCHRBRACE\l struct_or_union_specifier -> struct_or_union . any_id braces
59 …label="47:\l braces -> . T_LBRACE T_MATCHRBRACE\l enum_specifier -> enumeration . any_id braces\…
60braces\l linkage_specification -> . T_EXTERN T_STRING_LITERAL declaration\l declaration -> . dec…
65braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
74braces -> . T_LBRACE T_MATCHRBRACE\l linkage_specification -> T_EXTERN T_STRING_LITERAL . braces\…
84braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
85braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . …
[all …]
H A Dgrammar.output17 12 braces : T_LBRACE T_MATCHRBRACE
19 13 linkage_specification : T_EXTERN T_STRING_LITERAL braces
88 63 struct_or_union_specifier : struct_or_union any_id braces
89 64 | struct_or_union braces
104 73 enum_specifier : enumeration any_id braces
105 74 | enumeration braces
370 linkage_specification : T_EXTERN . T_STRING_LITERAL braces (13)
722 struct_or_union_specifier : struct_or_union . any_id braces (63)
723 struct_or_union_specifier : struct_or_union . braces (64)
732 braces goto 77
[all …]
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dderef.c146 int braces = 1; /* have seen first left brace */ in repair() local
161 for (; braces > 0; cp++) { in repair()
167 braces++; in repair()
170 braces--; in repair()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfootnote.c160 int braces = 1; in cm_footnote() local
163 while (braces) in cm_footnote()
172 braces++; in cm_footnote()
174 braces--; in cm_footnote()
/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y389 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
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/
H A Daccent-text.txi1 @c args with braces, without braces/following whitespace
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dsu-filter.pl14 my $braces = 0;
35 $braces = 1;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dsu-filter.pl14 my $braces = 0;
35 $braces = 1;
/netbsd-src/external/mit/isl/dist/doc/
H A DCodingStyle23 - if either the then or the else branch of an if has braces,
24 then they both have braces
/netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/
H A Delvis_syntax17 color braces like char
53 font braces { \{ \{\
H A Delvis_syntax.new32 color braces like char
68 font braces { \{ \} \{\ }
/netbsd-src/external/bsd/nsd/dist/doc/
H A Dcoding-style7 o If an 'if' has one statement in the 'then' part omit the braces:
/netbsd-src/external/bsd/flex/dist/
H A D.indent.pro3 -br /* open braces on same line */
/netbsd-src/external/bsd/libbind/dist/
H A Dconfig.h.in61 /* Shut up warnings about missing braces */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst495 formatting braced initialization lists: act as-if the braces were parentheses
643 // The Foo constructor call is reading a file, don't use braces to call it.
646 // The pair is being constructed like an aggregate, use braces.
1270 braces, and keeps the conceptual context cleaner. The general form of this rule
1588 omit the braces to avoid unnecessary line noise. However, braces should be used
1589 in cases where the omission of braces harm the readability and maintainability
1595 Similarly, braces should be used when a single-statement body is complex enough
1612 // Omit the braces, since the body is simple and clearly associated with the if.
1622 // comment, so it would be unclear without the braces whether the following
1629 // Use braces on the outer `if` to avoid a potential dangling else situation.
[all …]

12345678910>>...17