Home
last modified time | relevance | path

Searched refs:braces (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l122 braces = 0;
157 braces = 1;
176 ++braces;
226 preifbraces[iflevel] = braces;
252 braces = maxifbraces[iflevel];
260 if (braces == initializerbraces) {
264 if (--braces <= 0) {
266 braces = 0;
281 if ((braces == 0 || braces == 1 && classdef == YES) &&
316 initializerbraces = braces;
[all …]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c795 char braces[4]; local
809 braces[0] = '{';
810 braces[1] = *symname;
811 braces[2] = '}';
812 braces[3] = '\0';
815 braces[0] = '\0';
829 if (braces[0] != '\0' && strcmp(*s, braces) == 0)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l119 int braces = 0; /* depth into a function */ variable
257 braces++;
262 braces--;
263 if (braces == 0)
792 || (braces != 0)) {
813 cur_level = braces = 0;
/illumos-gate/usr/src/cmd/zdb/
H A DMakefile52 CERRWARN += -_gcc=-Wmissing-braces
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE28 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.
/illumos-gate/usr/src/
H A DMakefile.master428 CERRWARN += -_gcc=-Wno-missing-braces
446 CCERRWARN += -_gcc=-Wno-missing-braces
/illumos-gate/usr/src/uts/
H A DMakefile.uts168 CERRWARN += -_gcc=-Wno-missing-braces
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex435 % If a _delimited_ argument is enclosed in braces, they get stripped; so
441 % that a pair of braces would be stripped.
562 % Used to generate quoted braces.
1239 % Thanh's hack / proper braces in bookmarks
3128 % braces and backslashes are used only as delimiters.
3336 % how to handle braces?
3564 % as its first line, TeX doesn't complain about mismatched braces
5022 % 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 …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo1146 putting the name inside curly braces and
1147 preceding the braces with a dollar sign.
1148 The braces may be omitted when the name
1375 but also requires braces around the array element name.
1376 The braces are needed to avoid conflicts with the
H A DRELEASE1470 08-03-03 The change made in ksh93s+ on 07-06-18 in which braces became
1638 07-06-18 The braces for a subscripted variable with ${var[sub]} are now
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news600 it does parentheses and braces. It will not display them in
1016 it does parentheses and braces. It will not display them in
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3715 uint32_t braces = 0, brackets = 0; in dtrace_json() local
3988 braces = 1; in dtrace_json()
4040 if (braces-- == 0) { in dtrace_json()
4047 braces++; in dtrace_json()
4052 if (brackets == 0 && braces == 0) { in dtrace_json()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3352 * docs/grub.texi: Remove braces from `@unnumbered' sections so