Lines Matching refs:ended
158 my $ended = $1;
159 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|ifhtml|ifnothtml)$/;
161 die "\@end $ended without \@$ended at line $.\n" unless defined $endw;
162 die "\@$endw ended by \@end $ended at line $.\n" unless $ended eq $endw;
166 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex|ifhtml|ifnothtml)$/) {
169 } elsif ($ended =~ /^(?:example|smallexample|verbatim|display)$/) {
172 } elsif ($ended =~ /^(?:itemize|enumerate|(?:multi|[fv])?table)$/) {
175 } elsif ($ended =~ /^float$/) {
179 die "unknown command \@end $ended at line $.\n";