| /src/usr.bin/make/unit-tests/ |
| varmod-edge.mk | 20 # The first closing brace matches the opening parenthesis. 21 # The second closing brace actually ends the expression. 24 INP= (paren-brace} ( 26 EXP= (paren-brace} 31 # After the :M modifier has parsed the pattern, only the closing brace 37 # XXX: This is unexpected. The opening brace should also be unescaped. 52 # missing the closing brace. The expression is evaluated anyway. 53 # The final brace in the output comes from the end of M.nest-mix. 98 # closing brace would match the opening parenthesis (see paren-brace), an [all...] |
| varparse-mod.mk | 19 # ':' or the closing brace or parenthesis of the expression. The modifiers
|
| recursive.mk | 35 # brace would be detected directly in the line where it is produced.
|
| dir.mk | 56 # There may be multiple brace groups side by side.
|
| varmod-sysv.mk | 45 # When the modifier ':from=to' is parsed, it lasts until the closing brace 65 # XXX: It's not intuitive why the closing brace must be escaped but not 66 # the opening brace.
|
| directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
| varmod-assign.mk | 111 # expect: make: Unfinished modifier after "value # missing closing brace", expecting "}" 112 @echo ${ASSIGN::=value # missing closing brace
|
| opt-debug-lint.mk | 81 # brace. This one isn't, therefore make falls back to parsing it as the SysV
|
| varmod-to-separator.mk | 41 # This example also demonstrates that the closing brace is not interpreted 57 # colon is followed by the closing brace. It's the latter case.
|
| moderrs.mk | 56 # The closing brace after the ${var} is part of the replacement string.
|
| varname.mk | 15 # braces and parentheses equally, therefore the first closing brace already
|
| /src/usr.bin/make/ |
| dir.c | 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 764 * brace First curly brace in it 769 DirExpandCurly(const char *word, const char *brace, SearchPath *path, 777 middle = brace + 1; 785 prefix_len = (size_t)(brace - prefix); 806 /* skip over the comma or closing brace */ 892 const char *brace, *slash, *wildcard, *wildcardComponent local in function:SearchPath_Expand [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.h | 78 int bn; /* brace number */ 79 int brace; member in struct:pfctl
|
| pfctl.c | 764 int brace; local in function:pfctl_show_rules 870 brace = 0; 878 brace++; 888 if (brace) 893 if (brace) { 1146 * Don't make non-brace anchors part of the main anchor pool. 1213 int brace = 0; local in function:pfctl_load_ruleset 1224 brace++; 1254 if (brace && pf->opts & PF_OPT_VERBOSE) { 1383 /* non-brace anchor, create without resolving the path * [all...] |
| parse.y | 671 /* steping into a brace anchor */ 674 pf->brace = 1;
|
| /src/usr.bin/find/ |
| function.c | 724 int brace, lastbrace; local in function:c_exec 738 for (ap = argv = *argvp, brace = 0;; ++ap) { 741 lastbrace = brace; 742 brace = 0; 744 brace = 1;
|