Lines Matching refs:sp
21 my $sp = qr{ \s* (?: /\* .*? \*/ )? \s* }x; # assume no nested comments23 my $d1 = qr{ $sp (?: [\w\*\s]+ $sp)* $sp \w+ $sp [\[\]\s]* $sp }x ;24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;42 $sp ^ { # literal "{" at start of line