Lines Matching refs:command
128 my $command = $operation->[0];
130 if ($command eq "copy")
152 elsif ($command eq "mkdir")
164 elsif ($command eq "compress")
173 elsif ($command eq "uncompress")
193 push @error_messages, sprintf("unknown operation %s", $command);
232 my $command = $operation->[0];
234 if ($command eq "copy")
248 elsif ($command eq "mkdir")
267 elsif ($command eq "compress")
288 elsif ($command eq "uncompress")
317 die "unknown operation $command\n";