Lines Matching refs:cmdname
29 my $cmdname = shift;
38 $result .= $self->command_string($command) ."\n" if ($cmdname ne 'node');
58 $result .= &{$self->{'format_element_header'}}($self, $cmdname,
64 if ($cmdname eq 'node') {
85 if ($Texinfo::Common::root_commands{$cmdname}
86 and $Texinfo::Common::sectioning_commands{$cmdname}) {
110 if ($cmdname ne 'node'
111 and $heading_level ne $Texinfo::Common::command_structuring_level{$cmdname}) {
112 $cmdname
113 = $Texinfo::Common::level_to_structuring_command{$cmdname}->[$heading_level];
116 $self, $cmdname, $heading,
240 my $cmdname = shift;