Lines Matching refs:msg

115 my($libnet_cfg_in,$libnet_cfg_out,$msg,$ans,$def,$have_old);
416 $msg = <<EDQ;
424 unless get_bool($msg,0);
429 $msg = <<EDQ;
442 $cfg{'test_exist'} = get_bool($msg, $oldcfg{'test_exist'});
466 $msg = 'Enter a list of available NNTP hosts :';
471 $cfg{'nntp_hosts'} = get_host_list($msg,$def);
475 $msg = 'Enter a list of available SMTP hosts :';
480 $cfg{'smtp_hosts'} = get_host_list($msg,$def);
484 $msg = 'Enter a list of available POP3 hosts :';
488 $cfg{'pop3_hosts'} = get_host_list($msg,$def);
492 $msg = 'Enter a list of available SNPP hosts :';
496 $cfg{'snpp_hosts'} = get_host_list($msg,$def);
500 $msg = 'Enter a list of available PH Hosts :' ;
505 $cfg{'ph_hosts'} = get_host_list($msg,$def);
509 $msg = 'Enter a list of available TIME Hosts :' ;
513 $cfg{'time_hosts'} = get_host_list($msg,$def);
517 $msg = 'Enter a list of available DAYTIME Hosts :' ;
521 $cfg{'daytime_hosts'} = get_host_list($msg,$def);
525 $msg = <<EDQ;
534 if(get_bool($msg,0)) {
536 $msg = <<'EDQ';
581 $ans = Prompt($msg,$def);
628 ###$msg =<<EDQ;
641 ###$cfg{'socks_hosts'} = get_host_list($msg,$def);
656 $msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?";
660 $cfg{'ftp_ext_passive'} = get_bool($msg,$def);
662 $msg = "\nShould all other FTP connections be passive (y|n) ?";
666 $msg = "\nShould all FTP connections be passive (y|n) ?";
671 $cfg{'ftp_int_passive'} = get_bool($msg,$def);
684 $msg = <<EDQ;
696 $cfg{'test_hosts'} = get_bool($msg,$oldcfg{'test_hosts'});
700 $msg = <<EDQ;
708 $cfg{'ftp_testhost'} = get_hostname($msg,$oldcfg{'ftp_testhost'})