Lines Matching refs:args
761 @args = split(/\s+/, &protect_html($_));
762 foreach (@args) {
767 $type = shift(@args);
769 print "# def ($tag): {$type} ", join(', ', @args), "\n"
772 $name = shift(@args);
781 $_ .= " <I>@args</I>" if @args;
785 $name = shift(@args);
788 $_ .= " <I>@args</I>" if @args;
792 $_ .= " <I>@args</I>" if @args;
1227 @args = split(/\s*,\s*/, $nodes);
1228 $node = $args[0]; # the node is always the first arg
1231 if (@args == 5) { # reference to another manual
1232 $sec = $args[2] || $node;
1233 $man = $args[4] || $args[3];
1236 warn "$ERROR Wrong number of arguments: $_" unless @args == 3;
1237 ($nn, $_, $in) = @args;
1250 my (@args) = split (/,/);
1251 my $base = $args[0];