| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | gnode-submake.mk | 14 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 D | varname-dollar.mk | 19 .info dollar in braces is ${${DOLLAR}}. 30 .info dollar in braces is ${${DOLLAR}}.
|
| H A D | varname-dollar.exp | 2 make: "varname-dollar.mk" line 19: dollar in braces is . 4 make: "varname-dollar.mk" line 30: dollar in braces is dollar.
|
| H A D | var-op-assign.mk | 72 VAR{spaces in braces}= {} 79 VARNAME_BRACES= VAR{spaces in braces}
|
| H A D | varname.exp | 1 Global: VAR{{{}}} = 3 braces 2 Var_Parse: ${VAR{{{}}}}" != "3 braces" (eval)
|
| H A D | 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
|
| H A D | varname.mk | 8 # 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 D | var-op-sunsh.mk | 113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
|
| /netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
| H A D | grammar.dot | 12 …braces\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… 46 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … 55 …braces -> . 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\… 60 …braces\l linkage_specification -> . T_EXTERN T_STRING_LITERAL declaration\l declaration -> . dec… 65 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … 74 …braces -> . T_LBRACE T_MATCHRBRACE\l linkage_specification -> T_EXTERN T_STRING_LITERAL . braces\… 84 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … 85 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … [all …]
|
| H A D | grammar.output | 17 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 D | grammar.dot | 12 …braces\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… 46 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … 55 …braces -> . 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\… 60 …braces\l linkage_specification -> . T_EXTERN T_STRING_LITERAL declaration\l declaration -> . dec… 65 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … 74 …braces -> . T_LBRACE T_MATCHRBRACE\l linkage_specification -> T_EXTERN T_STRING_LITERAL . braces\… 84 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … 85 …braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifier -> . … [all …]
|
| H A D | grammar.output | 17 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 D | deref.c | 146 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 D | footnote.c | 160 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 D | grammar.y | 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
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| H A D | accent-text.txi | 1 @c args with braces, without braces/following whitespace
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | su-filter.pl | 14 my $braces = 0; 35 $braces = 1;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | su-filter.pl | 14 my $braces = 0; 35 $braces = 1;
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | CodingStyle | 23 - 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 D | elvis_syntax | 17 color braces like char 53 font braces { \{ \{\
|
| H A D | elvis_syntax.new | 32 color braces like char 68 font braces { \{ \} \{\ }
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | coding-style | 7 o If an 'if' has one statement in the 'then' part omit the braces:
|
| /netbsd-src/external/bsd/flex/dist/ |
| H A D | .indent.pro | 3 -br /* open braces on same line */
|
| /netbsd-src/external/bsd/libbind/dist/ |
| H A D | config.h.in | 61 /* Shut up warnings about missing braces */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CodingStandards.rst | 495 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 …]
|