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

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dinit.c129 popinit(int brace) argument
132 if (brace) {
135 * a closing brace, from the stack.
138 brace = initstk->i_brace;
140 } while (!brace);
145 * they do not require a closing brace.
247 * If a closing brace is expected we have at least one initializer
271 nextinit(int brace) argument
274 if (!brace) {
323 * and do not expect a closing brace
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Ddir.c285 int wild = 0, brace = 0, bracket = 0; local
290 brace++;
294 brace--;
311 return (wild && bracket == 0 && brace == 0);
364 * Note the special case: if after the piece of the curly brace is
368 * brace in the word, the search path, and the list to store the
380 DirExpandCurly(const char *word, const char *brace, struct Path *path, argument
383 const char *end; /* Character after the closing brace */
384 const char *cp; /* Current position in brace clause */
385 const char *start; /* Start of current piece of brace claus
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Ddir.c481 int wild = 0, brace = 0, bracket = 0; local
486 brace++;
490 brace--;
507 return wild && bracket == 0 && brace == 0;
568 * Note the special case: if after the piece of the curly brace is
574 * brace First curly brace in it
587 DirExpandCurly(const char *word, const char *brace, Lst path, Lst expansions) argument
589 const char *end; /* Character after the closing brace */
590 const char *cp; /* Current position in brace claus
[all...]
/freebsd-10.0-release/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-10.0-release/sbin/pfctl/
H A Dpfctl_parser.h79 int bn; /* brace number */
80 int brace; member in struct:pfctl
H A Dpfctl.c831 int brace; local
926 brace = 0;
934 brace++;
944 if (brace)
949 if (brace) {
1202 * Don't make non-brace anchors part of the main anchor pool.
1269 int brace = 0; local
1280 brace++;
1310 if (brace && pf->opts & PF_OPT_VERBOSE) {
1439 /* non-brace ancho
[all...]
H A Dparse.y752 /* steping into a brace anchor */
755 pf->brace = 1;
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c1201 /* Read characters from the file until we are at MATCH or closing brace.
1207 int i, brace = 0;
1218 brace++;
1221 brace--;
1222 /* If looking for a brace, don't stop at the interior brace,
1224 if (brace == 0)
1230 if (brace < 0 ||
1231 (brace == 0 && strncmp (input_text + i, match, match_len) == 0))
2093 stack, and when the corresponding close brace i
1203 int i, brace = 0; local
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex3600 % Swallow the left brace of the text (first parameter):
3605 \bgroup % Instead of the swallowed brace.
5031 % right brace, after last delimiter expect closing brace:
5622 % an opening brace, and that opening brace is not consumed.
6157 % pagealignmacro call if that space before the closing brace is
6254 % swallow the left brace
/freebsd-10.0-release/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-10.0-release/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 194 milliseconds