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

/freebsd-12-stable/contrib/libxo/xolint/
H A Dxolint.pl240 my $braces = 0;
262 if ($braces) {
265 $braces = 0;
280 $braces = 1;
291 if ($braces) {
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h74 ColorStyle braces; member in struct:lldb_private::HighlightStyle
/freebsd-12-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-12-stable/contrib/libucl/src/
H A Ducl_parser.c377 /* We need to match the variable enclosed in braces */
1524 int braces[3][2] = {{0, 0}, {0, 0}, {0, 0}}; local
1530 /* Skip pairs of figure braces */
1532 braces[UCL_BRACE_FIGURE][0] ++;
1535 braces[UCL_BRACE_FIGURE][1] ++;
1536 if (braces[UCL_BRACE_FIGURE][1] <= braces[UCL_BRACE_FIGURE][0]) {
1542 /* Skip pairs of square braces */
1544 braces[UCL_BRACE_SQUARE][0] ++;
1547 braces[UCL_BRACE_SQUAR
[all...]
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk14 INP.M-paren= (parentheses) {braces} (opening closing) ()
44 # parentheses and braces are counted. This leads to a parse error since
56 # In contrast to parentheses and braces, the brackets are not counted
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp75 return options.braces;
/freebsd-12-stable/sys/modules/zfs/
H A DMakefile122 CWARNFLAGS+=-Wno-missing-braces
/freebsd-12-stable/sys/conf/
H A Dkern.pre.mk174 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-12-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-12-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3872 uint32_t braces = 0, brackets = 0; local
4145 braces = 1;
4197 if (braces-- == 0) {
4199 * ERROR: unbalanced braces.
4204 braces++;
4209 if (brackets == 0 && braces == 0) {

Completed in 340 milliseconds