Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dscanner.l69 static int braces; /* unmatched left brace count */ variable
124 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 …]
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c797 char braces[4]; local
811 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)
/titanic_41/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;
/titanic_41/usr/src/uts/intel/kbtrans/
H A DMakefile67 CERRWARN += -_gcc=-Wno-unused-braces
/titanic_41/usr/src/uts/sparc/kbtrans/
H A DMakefile74 CERRWARN += -_gcc=-Wno-unused-braces
/titanic_41/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.
/titanic_41/usr/src/
H A DMakefile.master383 CERRWARN += -_gcc=-Wno-missing-braces
/titanic_41/usr/src/uts/
H A DMakefile.uts217 CERRWARN += -_gcc=-Wno-missing-braces
/titanic_41/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 …]
/titanic_41/usr/src/lib/libshell/common/
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 DRELEASE564 08-03-03 The change made in ksh93s+ on 07-06-18 in which braces became
732 07-06-18 The braces for a subscripted variable with ${var[sub]} are now
/titanic_41/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
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c3502 uint32_t braces = 0, brackets = 0; in dtrace_json() local
3775 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()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog3352 * docs/grub.texi: Remove braces from `@unnumbered' sections so