Home
last modified time | relevance | path

Searched refs:bracket_count (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DJustPod.pm189 my $bracket_count = (exists $flags->{'~bracket_count'})
190 ? $flags->{'~bracket_count'}
192 $self->handle_text($type . ( "<" x $bracket_count));
195 if ($bracket_count > 1) {
208 push @{$self->{'fcode_end'}}, [ $bracket_count, $rspacer ];
223 my $bracket_count = 1;
231 $bracket_count = $fcode_end->[0];
235 $self->handle_text($rspacer) if $bracket_count > 1;
236 $self->handle_text(">" x $bracket_count);
[all...]
H A DBlackBox.pm2144 my $bracket_count; # How many '<<<' in a row this has. Needed for
2148 $bracket_count = length($2) + 1;
2149 push @stack, $bracket_count; # length of the necessary complex
2154 $bracket_count = 1;
2180 if ($self->{'_output_is_for_JustPod'} && $bracket_count > 1) {
2181 $lineage[-1][1]{'~bracket_count'} = $bracket_count;
2182 my $lspacer = substr($1, 1 + $bracket_count);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y82 static int bracket_count; variable
268 while (bracket_count-- > 0)
273 while (bracket_count-- > 0)
442 { bracket_count = 0; USE_ABSORBER; }
444 { ++bracket_count; }
501 if (bracket_count)
504 char *n = xmalloc (bracket_count + 1 + strlen ($$));
505 for (i = 0; i < bracket_count; ++i)
507 strcpy (n + bracket_count, $$);
515 if (bracket_count)
[all …]
H A Dparse-scan.c324 static int bracket_count; variable
2472 while (bracket_count-- > 0) in yyparse()
2480 while (bracket_count-- > 0) in yyparse()
2564 { bracket_count = 0; USE_ABSORBER; } in yyparse()
2569 { ++bracket_count; } in yyparse()
2629 if (bracket_count) in yyparse()
2632 char *n = xmalloc (bracket_count + 1 + strlen (yyval.node)); in yyparse()
2633 for (i = 0; i < bracket_count; ++i) in yyparse()
2635 strcpy (n + bracket_count, yyval.node); in yyparse()
2646 if (bracket_count) in yyparse()
[all …]
H A DChangeLog3233 (dims:): Set and update `bracket_count.'
5283 (bracket_count): Fixed typo in leading comment.
9941 bracket_count.
9942 (bracket_count): New global.