/src/usr.bin/make/unit-tests/ |
directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
/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...] |
/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;
|
/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...] |