Searched refs:brackets (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/share/mk/
H A Dversion_gen.awk41 brackets = 0;
57 brackets++;
83 brackets--;
92 brackets--;
107 brackets = 0;
140 brackets++;
185 brackets--;
186 if (brackets < 0) {
190 brackets = 0; # Reset
H A Dbsd.own.mk4 # group, mode, and directories. Defaults are in brackets.
/freebsd-11-stable/contrib/dma/
H A Dmail.c154 int brackets; member in struct:parse_state
277 ps->brackets = 1;
282 if (!ps->brackets)
284 ps->brackets = 0;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutstrbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c711 const char *brackets[2]; local
746 brackets[0] = "";
747 brackets[1] = "";
754 brackets[0] = "(";
755 brackets[1] = ")";
839 "227 Entering Passive Mode", brackets[0], a1, a2, a3, a4,
840 a5, a6, brackets[1]);
843 "227 Entering Passive Mode", brackets[0], a1, a2, a3, a4,
844 a5, a6, brackets[1]);
/freebsd-11-stable/contrib/top/
H A DConfigure124 default answer enclosed in brackets, such as "[5.0]". In most cases,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3046 /// The range spanned by the left and right array brackets.
3051 SourceRange brackets)
3053 SizeExpr((Stmt*) e), Brackets(brackets) {}
3105 /// The range spanned by the left and right array brackets.
3110 SourceRange brackets);
3049 VariableArrayType(QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp204 SourceRange brackets)
206 Context(Context), SizeExpr((Stmt*) e), Brackets(brackets) {}
200 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
H A DASTContext.cpp3545 SourceRange brackets) const {
3559 brackets);
3584 brackets);
3604 ASM, elementTypeQuals, brackets);
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2007 % rms does not like angle brackets --karl, 17may97.
5487 % How we'll format the type name. Putting it in brackets helps
6058 % Use the node name inside the square brackets.
6062 % the square brackets. Use the real section title if we have it.
6161 % since square brackets don't work well in some documents. Particularly
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1906 % rms does not like angle brackets --karl, 17may97.
5363 % How we'll format the type name. Putting it in brackets helps
5935 % Use the node name inside the square brackets.
5939 % the square brackets. Use the real section title if we have it.
6035 % since square brackets don't work well in some documents. Particularly
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c16 * fields enclosed by brackets "[]" replaced with your own identifying
3755 uint32_t braces = 0, brackets = 0; local
4026 brackets = 1;
4073 if (brackets-- == 0) {
4075 * ERROR: unbalanced brackets.
4089 brackets++;
4092 if (brackets == 0 && braces == 0) {
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2680 % rms does not like angle brackets --karl, 17may97.
7016 % How we'll format the category name. Putting it in brackets helps
7186 \message{Warning: unbalanced square brackets in @def...}%
7916 % Not auto section-title: use node name inside the square brackets.
7920 % the square brackets if we have it.
8068 % since square brackets don't work well in some documents. Particularly
/freebsd-11-stable/contrib/opie/
H A Dconfigure165 Options: [defaults in brackets after descriptions]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c559 7. Put symbols that should be suppressed in <...> brackets.

Completed in 614 milliseconds