Lines Matching refs:split
482 my @V1Parts = split(/\./, $V1);
483 my @V2Parts = split(/\./, $V2);
545 foreach my $Path (sort {length($a)<=>length($b)} split(/:/, $ENV{"PATH"}))
576 my @Info = split(/\s+/, $_[0]);
625 foreach (split(/\n/, `$Cmd`))
654 foreach my $Line (split(/\n/, qx/$Cmd/))
668 foreach (split(/\n/, `$Cmd`))
1887 foreach my $ClassInfo (split(/\n\n\n/, $Content))
1893 my @Entries = split(/\n/, $VTable);
5251 my @Res = split(/\n/, `$Cmd`);
5298 @Headers = split(/\n/, readFile($Path));
5366 foreach my $P (split(/;/, $IncludePreamble))
5383 foreach my $P (split(/;/, $IncludePaths))
5421 my @Lines = split(/\n/, $Content);
5529 foreach my $Line (split(/\n/, $List_S))
5539 foreach my $Line (split(/\n/, $List_T))
5635 foreach my $P (split(/;/, $IncludePaths))
5652 foreach my $S (split(/\s*\n\s*/, readFile($SymbolsListPath))) {