sub do_cmd_rfc{
local($_) = @_;
- my($rfcnumber,$br_id) = next_argument();
+ my($rfcnumber,$br_id) = next_argument_id();
my $href =
"http://info.internet.isi.edu/in-notes/rfc/files/rfc$rfcnumber.txt";
# Save the reference
sub do_cmd_indexiii{
local($_) = @_;
- my($str1,$br_id) = next_argument();
+ my($str1,$br_id) = next_argument_id();
my $str2 = next_argument();
my $str3 = next_argument();
#
sub do_cmd_indexiv{
local($_) = @_;
- my($str1,$br_id) = next_argument();
+ my($str1,$br_id) = next_argument_id();
my $str2 = next_argument();
my $str3 = next_argument();
my $str4 = next_argument();
sub my_typed_index_helper{
local($word,$_) = @_;
- my($str,$br_id) = next_argument();
+ my($str,$br_id) = next_argument_id();
swallow_newline();
#
my($name,$aname,$ahref) = link_info($br_id1);
sub ref_module_index_helper{
local($word, $_) = @_;
- my($str,$br_id) = next_argument();
+ my($str,$br_id) = next_argument_id();
swallow_newline();
$word = "$word " if $word;
return make_mod_index_entry($br_id,
sub do_cmd_bifuncindex{
local($_) = @_;
- my($str,$br_id) = next_argument();
+ my($str,$br_id) = next_argument_id();
swallow_newline();
my $fname = "<tt>$str()</tt>";
return make_index_entry($br_id, "$fname (built-in function)") . $_;
sub do_env_memberdesc{
local($_) = @_;
my $class = next_optional_argument();
- my($member,$br_id) = next_argument();
+ my($member,$br_id) = next_argument_id();
$class = $THIS_CLASS
unless $class;
my $extra = '';