/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | scan-decls.c | 61 int nesting = 1; local 69 nesting++; 70 if (token == CPP_CLOSE_BRACE && --nesting == 0) 168 int nesting = 1; local 174 nesting++; 177 nesting--; 178 if (nesting == 0)
|
H A D | stmt.c | 137 struct nesting GTY(()) 139 struct nesting *all; 140 struct nesting *next; 258 (struct nesting *) ggc_alloc (sizeof (struct nesting)) 716 struct nesting *block; 2515 struct nesting * 2546 struct nesting * 2558 struct nesting * 2897 struct nesting *n; in expand_exit_something() 3525 struct nesting * [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | scan-decls.c | 61 int nesting = 1; in skip_to_closing_brace() local 69 nesting++; in skip_to_closing_brace() 70 if (token == CPP_CLOSE_BRACE && --nesting == 0) in skip_to_closing_brace() 166 int nesting = 1; in scan_decls() local 174 nesting++; in scan_decls() 177 nesting--; in scan_decls() 178 if (nesting == 0) in scan_decls()
|
/openbsd/regress/usr.bin/mandoc/roff/while/ |
H A D | Makefile | 3 REGRESS_TARGETS = basic badargs break into nesting outof 4 LINT_TARGETS = badargs into nesting outof 11 SKIP_GROFF = into nesting outof
|
H A D | nesting.out_lint | 1 mandoc: nesting.in:14:37: UNSUPP: nested .while loops 2 mandoc: nesting.in:18:4: UNSUPP: cannot continue this .while loop
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
H A D | Scheduler.pm | 208 my $nesting; 231 ++$nesting; 233 elsif ( $nesting and $glob =~ /\G,/gc ) { 238 elsif ( $nesting and $glob =~ /\G\}/gc ) { 242 --$nesting;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/ |
H A D | TAP.pm | 106 my $nesting = $f->{trace}->{nested} || 0; 108 my $indent = ' ' x $nesting; 124 $msg =~ s/^/$indent/mg if $nesting; 148 if (my $nesting = $e->{trace}->{nested}) { 149 my $indent = ' ' x $nesting; 429 my $nesting = 2 + (($f->{trace}->{nested} || 0) * 4); # 4 spaces per level, also '# ' prefix 430 my $total = $term - $nesting;
|
/openbsd/usr.bin/bc/ |
H A D | bc.y | 96 static int nesting = 0; variable 262 numnode(nesting - 274 $$ = node(numnode(nesting - 293 if (nesting == 0) { 368 breakstack[breaksp++] = nesting++; 383 cs("0"), numnode(nesting), 387 nesting = 0; 398 nesting = 1; 534 numnode(nesting), cs("Q"), END_NODE); 539 numnode(nesting), cs("Q"), END_NODE); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | fcodes.t | 53 print "# Without any nesting...\n"; 58 print "# Without any nesting, but with Z's...\n"; 64 print "# With lots of nesting, and Z's...\n"; 72 print "# Without any nesting...\n"; 77 print "# Without any nesting, but with Z's, and odder whitespace...\n"; 82 print "# With nesting and Z's, and odder whitespace...\n";
|
/openbsd/bin/ksh/ |
H A D | syn.c | 47 static struct nesting_state nesting; /* \n changed to ; */ variable 696 if (nesting.start_token) { in syntaxerr() 697 c = nesting.start_token; in syntaxerr() 698 source->errline = nesting.start_line; in syntaxerr() 736 *save = nesting; in nesting_push() 737 nesting.start_token = tok; in nesting_push() 738 nesting.start_line = source->line; in nesting_push() 744 nesting = *saved; in nesting_pop() 765 nesting.start_token = 0; in compile() 766 nesting.start_line = 0; in compile()
|
/openbsd/gnu/usr.bin/perl/t/lib/croak/ |
H A D | regcomp | 123 # NAME \K nesting in lookahead after lookahead 128 # NAME \K nesting in lookahead after negative lookahead 133 # NAME \K nesting in lookahead in negative lookahead 138 # NAME \K nesting in lookahead in lookahead 143 # NAME \K nesting in lookbehind after lookbehind 148 # NAME \K nesting in lookahead after lookbehind 153 # NAME \K nesting in lookbehind after lookahead 158 # NAME \K nesting in negative lookbehind after lookahead
|
/openbsd/regress/sys/net/pf_policy/ |
H A D | Makefile | 31 nesting \ 34 TESTS_ONCE = nesting-once \
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.opt | 30 mloop-nesting= 32 Restrict doloop to the given nesting level
|
/openbsd/usr.bin/mail/ |
H A D | util.c | 384 int nesting = 1; in skip_comment() local 386 for (; nesting > 0 && *cp; cp++) { in skip_comment() 393 nesting++; in skip_comment() 396 nesting--; in skip_comment()
|
H A D | names.c | 166 int nesting = 0; in yankword() local 171 nesting++; in yankword() 174 --nesting; in yankword() 177 if (nesting <= 0) in yankword()
|
/openbsd/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/ |
H A D | Balanced.pm | 232 my @nesting = ( $1 ); 240 push @nesting, $1; 245 if ($#nesting < 0) 252 my $expected = pop(@nesting); 261 last if $#nesting < 0; 279 if ($#nesting>=0) 282 . join("..",@nesting)."..",
|
/openbsd/regress/usr.bin/mandoc/mdoc/Fo/ |
H A D | font.out_markdown | 5 **Fo-font** - font nesting in function blocks
|
H A D | font.out_ascii | 4 FFoo--ffoonntt - font nesting in function blocks
|
/openbsd/regress/sbin/pfctl/ |
H A D | pfopt6.in | 5 # silly nesting
|
H A D | pf92.in | 6 # silly nesting
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | state.t | 53 sub nesting { 61 ($x, $y) = nesting(); 65 ($x, $y) = nesting();
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/ |
H A D | Tester.pm | 516 my $nesting = $hub->isa('Test2::Hub::Subtest') ? $hub->nested : 0; 517 return ref($check) ? $check : (' ' x $nesting) . $check;
|
/openbsd/regress/usr.bin/mandoc/man/RS/ |
H A D | nested.out_ascii | 31 nesting HP and RS inside RS:
|
/openbsd/regress/usr.bin/mandoc/mdoc/Bf/ |
H A D | nest.out_ascii | 4 BBff--nneesstt - nesting font blocks
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | wrstabs.c | 166 unsigned int nesting; member 497 info.nesting = 0; in write_stabs_in_sections_debugging_info() 2089 assert (info->nesting == 0 && info->fun_offset == -1); in stab_start_function() 2181 ++info->nesting; in stab_start_block() 2187 if (info->nesting == 1) in stab_start_block() 2231 assert (info->nesting > 0); in stab_end_block() 2233 --info->nesting; in stab_end_block() 2236 if (info->nesting == 0) in stab_end_block()
|