Lines Matching refs:split
744 $config{defines} = [ split(/$list_separator_re/, env('__CNF_CPPDEFINES')) ];
745 $config{includes} = [ split(/$list_separator_re/, env('__CNF_CPPINCLUDES')) ];
975 foreach my $x (split(m|,|, $1))
1133 $user{$_} = [ split /$list_separator_re/, $value ];
1465 foreach (split /,/, $checks) {
1615 foreach (sort split(/\s+/,$target{bn_ops})) {
1684 my ($ma, $mi1, $mi2) = split("\\.", $verstr);
1707 my ($ma, $mi, @rest) = split m|\.|, $verstr;
2081 split /^/m,
2365 my @generator = split /\s+/, $generate{$dest}->[0];
3549 # $line is a line of text to split up into tokens