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

/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl240 my $braces = 0;
262 if ($braces) {
265 $braces = 0;
280 $braces = 1;
291 if ($braces) {
/freebsd-11-stable/crypto/openssl/util/
H A Dsu-filter.pl10 my $braces = 0;
31 $braces = 1;
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsmfi.c794 char braces[4]; local
808 braces[0] = '{';
809 braces[1] = *symname;
810 braces[2] = '}';
811 braces[3] = '\0';
814 braces[0] = '\0';
828 if (braces[0] != '\0' && strcmp(*s, braces) == 0)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h74 ColorStyle braces; member in struct:lldb_private::HighlightStyle
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y53 /* constant expression or paired braces following an equal sign */
386 braces
391 : T_EXTERN T_STRING_LITERAL braces
678 : struct_or_union any_id braces
685 | struct_or_union braces
743 : enumeration any_id braces
750 | enumeration braces
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c374 /* We need to match the variable enclosed in braces */
1417 int braces[3][2] = {{0, 0}, {0, 0}, {0, 0}}; local
1423 /* Skip pairs of figure braces */
1425 braces[UCL_BRACE_FIGURE][0] ++;
1428 braces[UCL_BRACE_FIGURE][1] ++;
1429 if (braces[UCL_BRACE_FIGURE][1] <= braces[UCL_BRACE_FIGURE][0]) {
1435 /* Skip pairs of square braces */
1437 braces[UCL_BRACE_SQUARE][0] ++;
1440 braces[UCL_BRACE_SQUAR
[all...]
/freebsd-11-stable/sys/modules/zfs/
H A DMakefile118 CWARNFLAGS+=-Wno-missing-braces
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp75 return options.braces;
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk136 CDDL_CFLAGS= -DFREEBSD_NAMECACHE -nostdinc -I$S/cddl/compat/opensolaris -I$S/cddl/contrib/opensolaris/uts/common -I$S -I$S/cddl/contrib/opensolaris/common ${CFLAGS} -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -Wno-unknown-pragmas
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex443 % If a _delimited_ argument is enclosed in braces, they get stripped; so
449 % that a pair of braces would be stripped.
570 % Used to generate quoted braces.
1334 % Thanh's hack / proper braces in bookmarks
3229 % braces and backslashes are used only as delimiters.
3438 % how to handle braces?
3666 % as its first line, TeX doesn't complain about mismatched braces
5146 % we need the curly braces so that makeinfo sees the @verb command, eg:
5631 \errmessage{Unbalanced square braces in @def}%
5942 % Since macro invocations are followed by braces, w
[all...]
/freebsd-11-stable/contrib/groff/doc/
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, w
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex468 % If a _delimited_ argument is enclosed in braces, they get stripped; so
474 % that a pair of braces would be stripped.
2897 % not have braces, and we don't want to switch into math.
4378 % braces and backslashes are used only as delimiters. Perhaps we
4629 % Unfortunately, texindex is not prepared to handle braces in the
4703 % Since macro invocations are followed by braces, we can just redefine them
4898 % as its first line, TeX doesn't complain about mismatched braces
6620 % we need the curly braces so that makeinfo sees the @verb command, eg:
8256 % @ is our escape character in .aux files, and we need braces.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3755 uint32_t braces = 0, brackets = 0; local
4028 braces = 1;
4080 if (braces-- == 0) {
4082 * ERROR: unbalanced braces.
4087 braces++;
4092 if (brackets == 0 && braces == 0) {

Completed in 394 milliseconds