Lines Matching refs:command

67     my $command = shift;
75 $result .= $self->command_string($command) ."\n" if ($cmdname ne 'node');
80 my $element_id = $self->command_id($command);
84 print STDERR "Process $command "
85 .Texinfo::Structuring::_print_root_command_texi($command)."\n"
88 if ($Texinfo::Common::root_commands{$command->{'cmdname'}}
89 and $command->{'parent'}
90 and $command->{'parent'}->{'type'}
91 and $command->{'parent'}->{'type'} eq 'element') {
92 $element = $command->{'parent'};
96 $command, $element);
104 and $element->{'extra'}->{'node'} eq $command
106 and defined($command->{'extra'}->{'normalized'}))) {
107 if ($command->{'extra'}->{'normalized'} eq 'Top') {
114 $heading_level = $command->{'level'};
117 my $heading = $self->command_text($command);
118 # $heading not defined may happen if the command is a @node, for example
124 my $content_href = $self->command_contents_href($command, 'contents',
146 # if the level was changed, set the command name right
159 $self->get_conf('CHAPTER_HEADER_LEVEL') - 1, $command);
166 foreach my $command (keys(%Texinfo::Common::sectioning_commands), 'node') {
167 texinfo_register_command_formatting($command, \&ffmpeg_heading_command);
191 my $command;
193 $command = $self->element_command($element);
204 $program, $generator) = $self->_file_header_information($command);
209 $program, $generator) = $self->_file_header_informations($command);
293 # Dummy title command
304 # Customized float command. Part of code borrowed from GNU Texinfo.
309 my $command = shift;
316 $command);
319 $command);
340 my $id = $self->command_id($command);