Lines Matching full:split
391 foreach(split(/:/, $ENV{PATH})) {
544 foreach $line (split "\n", $contents) {
771 foreach $line (split "\n",$input) {
812 foreach $line (split "\n", $output) {
1177 # Split nested struct/union elements as newer ones
1183 foreach my $id(split /,/, $ids) {
1188 foreach my $arg (split /;/, $content) {
1225 foreach my $name (split /,/, $names) {
1253 my @def_args = split /\n/, $declaration;
1358 foreach my $arg (split ',', $members) {
1487 foreach my $arg (split($splitter, $args)) {
1515 my @args = split('\s*,\s*', $arg);
1523 push(@first_arg, split('\s+', $1));
1526 @first_arg = split('\s+', shift @args);
1624 my @sects = split ' ', $sectcheck;
1625 my @prms = split ' ', $prmscheck;
1640 # parameter list is split at spaces;
2378 ($relname, $absname) = (split())[0..1];