Lines Matching refs:root
34 my $root = shift @ARGV;
35 while(defined $root) {
37 if($root =~ /--heading=(.*)/) {
39 $root = shift @ARGV;
42 elsif($root =~ /--sort/) {
44 $root = shift @ARGV;
51 if(!defined $root) {
52 $root = ".";
55 $root = "$root/include/curl";
56 opendir(D, "$root") || die "Cannot open directory $root: $!\n";
63 push(@incs, "$root/$_");