HomeSort by: relevance | last modified time | path
    Searched defs:braces (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
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:
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}
  /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 in function:Dir_HasWildcards
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 14 milliseconds