Lines Matching full:"$ text"
3173 my $text = $fulltextreply{$fulltext};
3174 if($text && ($text ne "")) {
3175 sendcontrol "$text\r\n";
3180 $text = $commandreply{$FTPCMD};
3181 if($text && ($text ne "")) {
3187 sendcontrol "$text\r\n";
3192 $text = $displaytext{$FTPCMD};
3193 if($text && ($text ne "")) {
3195 sendcontrol "$cmdid $text\r\n";
3198 sendcontrol "$text\r\n";