• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/

Lines Matching refs:top_stack

14288 sub top_stack($)
17119 my $top_stack = top_stack($stack);
17120 if ($top_stack and $top_stack->{'format'} and
17122 ($top_stack->{'format'} eq 'menu_description') or
17123 ($top_stack->{'format'} eq 'menu') or
17124 (($top_stack->{'format'} eq 'preformatted') and (stack_order($stack, 'preformatted', 'menu_comment'))) or
17125 ($top_stack->{'format'} eq 'menu_preformatted') or
17126 ($top_stack->{'format'} eq 'menu_comment')
17153 my $top_stack = top_stack($stack);
17154 if (/^\s+\S.*$/ or (!$top_stack->{'format'} or ($top_stack->{'format'} ne 'menu_description')))
17156 $menu_description_in_format = 1 if ($top_stack->{'format'} and ($top_stack->{'format'} ne 'menu_description'));
17162 if (!$top_stack->{'format'} or ($top_stack->{'format'} ne 'menu_description'))
17358 my $top_stack = top_stack($stack);
17359 if (!$top_stack)
17379 $top_stack = top_stack($stack);
17380 if (!$top_stack or (!defined($top_stack->{'format'})))
17390 ($top_stack->{'format'} eq $end_tag)
17395 ($top_stack->{'format'} eq 'menu_preformatted') or
17396 ($top_stack->{'format'} eq 'menu_comment') or
17397 ($top_stack->{'format'} eq 'menu_description')
17403 ($top_stack->{'format'} eq 'cell') or
17404 ($top_stack->{'format'} eq 'null')
17409 ($top_stack->{'format'} eq 'item')
17417 ($top_stack->{'format'} eq 'term') or
17418 ($top_stack->{'format'} eq 'line')
17423 ($top_stack->{'format'} eq 'deff_item')
17427 ($top_stack->{'format'} eq 'cell')
17436 $top_stack = top_stack($stack);
17437 if (!$top_stack or (!defined($top_stack->{'format'})))
17444 my $waited_format = $top_stack->{'format'};
17445 $waited_format = $fake_format{$top_stack->{'format'}} if ($format_type{$top_stack->{'format'}} eq 'fake');
17453 my $new_top_stack = top_stack($stack);
17485 my $top_stack = top_stack($stack);
17487 if (!$top_stack or !$top_stack->{'format'}
17488 or ($top_stack->{'format'} ne 'paragraph'))
17505 my $top_stack = top_stack($stack);
17507 if (!$top_stack or !$top_stack->{'format'}
17508 or ($top_stack->{'format'} ne 'preformatted'))
18411 my $row = top_stack($stack);
18412 print STDERR "Bug: top_stack of cell not a row\n" if (!defined($row) or !defined($row->{'format'}) or ($row->{'format'} ne 'row'));
19057 my $top_stack = top_stack($stack);
19058 if ($top_stack and !defined($top_stack->{'format'}))
19063 if ($top_stack and ($top_stack->{'format'} eq 'paragraph'))
19070 elsif ($top_stack and ($top_stack->{'format'} eq 'preformatted'))