Lines Matching defs:brace
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;
899 brace = strchr(pattern, '{');
900 if (brace != NULL) {
901 DirExpandCurly(pattern, brace, path, expansions);