Lines Matching defs:brace
70 * opening brace and *sizePtr will not include either of the braces.
107 * Skim off leading white space and check for an opening brace or
130 * Find the end of the element (either a space or a close brace or
138 * Open brace: don't treat specially unless the element is
149 * Close brace: if element is in braces, keep nesting
150 * count and quit when the last close brace is seen.
242 Tcl_SetResult(interp, "unmatched open brace in list",
360 int size, i, result, elSize, brace;
380 result = TclFindElement(interp, list, &element, &list, &elSize, &brace);
397 if (brace) {
457 * like "{abc": the leading brace will have to be backslashed. For
466 * or if it starts with a brace or double-quote, or if there are
591 * Can't have a leading brace unless the whole element is
592 * enclosed in braces. Add a backslash before the brace.
622 * has been invoked), so there may be a brace mismatch