Searched refs:braces (Results 1 – 14 of 14) sorted by relevance
69 static int braces; /* unmatched left brace count */ variable124 braces = 0;159 braces = 1;178 ++braces;228 preifbraces[iflevel] = braces;239 if (braces > maxifbraces[iflevel]) {240 maxifbraces[iflevel - 1] = braces;243 braces = preifbraces[iflevel - 1];253 if (braces < maxifbraces[--iflevel]) {254 braces = maxifbraces[iflevel];[all …]
797 char braces[4]; local811 braces[0] = '{';812 braces[1] = *symname;813 braces[2] = '}';814 braces[3] = '\0';817 braces[0] = '\0';831 if (braces[0] != '\0' && strcmp(*s, braces) == 0)
119 int braces = 0; /* depth into a function */ variable257 braces++;262 braces--;263 if (braces == 0)792 || (braces != 0)) {813 cur_level = braces = 0;
67 CERRWARN += -_gcc=-Wno-unused-braces
74 CERRWARN += -_gcc=-Wno-unused-braces
28 solution is to change eqn so large brackets and braces are built differently.34 different, but worse still the thickness of brackets and braces don't match.
384 CERRWARN += -_gcc=-Wno-missing-braces
209 CERRWARN += -_gcc=-Wno-missing-braces
435 % If a _delimited_ argument is enclosed in braces, they get stripped; so441 % that a pair of braces would be stripped.562 % Used to generate quoted braces.1239 % Thanh's hack / proper braces in bookmarks3128 % braces and backslashes are used only as delimiters.3336 % how to handle braces?3564 % as its first line, TeX doesn't complain about mismatched braces5022 % we need the curly braces so that makeinfo sees the @verb command, eg:5507 \errmessage{Unbalanced square braces in @def}%5818 % Since macro invocations are followed by braces, we can just redefine them[all …]
1146 putting the name inside curly braces and1147 preceding the braces with a dollar sign.1148 The braces may be omitted when the name1375 but also requires braces around the array element name.1376 The braces are needed to avoid conflicts with the
564 08-03-03 The change made in ksh93s+ on 07-06-18 in which braces became732 07-06-18 The braces for a subscripted variable with ${var[sub]} are now
600 it does parentheses and braces. It will not display them in1016 it does parentheses and braces. It will not display them in
3502 uint32_t braces = 0, brackets = 0; in dtrace_json() local3775 braces = 1; in dtrace_json()3827 if (braces-- == 0) { in dtrace_json()3834 braces++; in dtrace_json()3839 if (brackets == 0 && braces == 0) { in dtrace_json()
3352 * docs/grub.texi: Remove braces from `@unnumbered' sections so