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

/openbsd-current/usr.bin/make/
H A Ddirexpand.c202 const char *brace; local
204 /* Start of current chunk of brace clause */
205 const char *end;/* Character after the closing brace */
207 * the right brace with bracelevel == 0,
213 brace = strchr(toexpand, '{');
214 if (brace == NULL) {
223 start = brace+1;
225 /* Find the end of the brace clause first, being wary of
226 * nested brace clauses. */
241 const char *cp; /* Current position in brace claus
310 unsigned long brace = 0, bracket = 0; local
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dgen_syscall_emulator.pl167 my $brace = @defines ? " {" : "";
168 say "${indent}case $s{define}:$brace"; # // $s{id}";
173 say "${indent}}" if $brace;
/openbsd-current/sbin/pfctl/
H A Dpfctl_parser.h80 int bn; /* brace number */
81 int brace; member in struct:pfctl
H A Dpfctl.c931 * If this is an 'unnamed' brace notation anchor OR
1433 int brace = 0; local
1445 brace++;
1476 if (brace && pf->opts & PF_OPT_VERBOSE) {
1573 /* non-brace anchor, create without resolving the path */
H A Dparse.y840 /* steping into a brace anchor */
845 pf->brace = 1;
913 * Don't make non-brace anchors part of the main anchor pool.
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c1206 /* Read characters from the file until we are at MATCH or closing brace.
1212 int i, brace = 0;
1223 brace++;
1226 brace--;
1227 /* If looking for a brace, don't stop at the interior brace,
1229 if (brace == 0)
1235 if (brace < 0 ||
1236 (brace == 0 && strncmp (input_text + i, match, match_len) == 0))
2098 stack, and when the corresponding close brace i
1208 int i, brace = 0; local
[all...]
/openbsd-current/usr.bin/find/
H A Dfunction.c547 int cnt, brace, lastbrace; local
565 for (ap = argv = *argvp, brace = 0;; ++ap) {
569 lastbrace = brace;
570 brace = 0;
572 brace = 1;
/openbsd-current/gnu/usr.bin/perl/lib/
H A DThread.pm151 semi-colon after the closing brace. Like C<< Thread->new >>, C<async>
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm261 follow the closing brace.) I<VARIABLE> must be a Perl scalar C<my>
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregcharclass.pl1372 my ( $self, $op, $combine, $brace, $opts_ref, $def, $submacros )= @_;
1387 my ( $lb, $rb )= $brace ? ( "( ", " )" ) : ( "", "" );
/openbsd-current/gnu/gcc/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. */
/openbsd-current/gnu/gcc/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
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex3543 % Swallow the left brace of the text (first parameter):
3548 \bgroup % Instead of the swallowed brace.
4960 % right brace, after last delimiter expect closing brace:
5582 % an opening brace, and that opening brace is not consumed.
6094 % pagealignmacro call if that space before the closing brace is
6191 % swallow the left brace
/openbsd-current/gnu/usr.bin/texinfo/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
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm1505 inserted to look like a closing curly brace. The tree-format is tree
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm426 semicolon after the closing brace. Like C<threads-E<gt>create()>, C<async>

Completed in 407 milliseconds