Searched refs:brace (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c211 popinit(int brace) argument
213 DPRINTF(("popinit(%d)\n", brace));
215 if (brace) {
218 * a closing brace, from the stack.
221 brace = initstk->i_brace;
223 } while (!brace);
228 * they do not require a closing brace.
376 * If a closing brace is expected we have at least one initializer
400 nextinit(int brace) argument
404 DPRINTF(("nextinit(%d)\n", brace));
[all...]
/freebsd-11-stable/contrib/bmake/
H A Ddir.c559 int wild = 0, brace = 0, bracket = 0; local
564 brace++;
568 brace--;
585 return wild && bracket == 0 && brace == 0;
646 * Note the special case: if after the piece of the curly brace is
652 * brace First curly brace in it
665 DirExpandCurly(const char *word, const char *brace, Lst path, Lst expansions) argument
667 const char *end; /* Character after the closing brace */
668 const char *cp; /* Current position in brace claus
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_cout.c203 print_ifclose(int indent, int brace) argument
208 if (brace)
217 int brace = 0; local
221 brace = 1;
283 print_ifclose(indent, brace);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.h81 int bn; /* brace number */
82 int brace; member in struct:pfctl
H A Dpfctl.c917 int brace; local
1012 brace = 0;
1020 brace++;
1030 if (brace)
1035 if (brace) {
1302 * Don't make non-brace anchors part of the main anchor pool.
1369 int brace = 0; local
1380 brace++;
1410 if (brace && pf->opts & PF_OPT_VERBOSE) {
1539 /* non-brace ancho
[all...]
H A Dparse.y781 /* steping into a brace anchor */
784 pf->brace = 1;
/freebsd-11-stable/contrib/gcc/
H A Dread-rtl.c1008 has scanned the leading brace. Note that unlike quoted strings,
1035 (infile, "missing closing } for opening brace on line %lu",
1633 written with a brace block instead of a string constant. */
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1354 % We can have normal brace characters in the PDF outlines, unlike
2875 % *right* brace they would have to use a command anyway, so they may as
2876 % well use a command to get a left brace too. We could re-use the
2895 % @{ @} @lbracechar{} @rbracechar{} all generate brace characters.
5011 % Swallow the left brace of the text (first parameter):
5017 \bgroup % Instead of the swallowed brace.
6710 % right brace, after last delimiter expect closing brace:
7415 % an opening brace, and that opening brace i
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3774 % Swallow the left brace of the text (first parameter):
3779 \bgroup % Instead of the swallowed brace.
5227 % right brace, after last delimiter expect closing brace:
5818 % an opening brace, and that opening brace is not consumed.
6358 % pagealignmacro call if that space before the closing brace is
6455 % swallow the left brace
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3672 % Swallow the left brace of the text (first parameter):
3677 \bgroup % Instead of the swallowed brace.
5103 % right brace, after last delimiter expect closing brace:
5694 % an opening brace, and that opening brace is not consumed.
6229 % pagealignmacro call if that space before the closing brace is
6326 % swallow the left brace

Completed in 184 milliseconds