Lines Matching refs:parens
781 cpp_parens => [], # A list of ending parens and braces found in
783 c_parens => [], # A list of ending parens and braces found in
918 # are in the middle of a string, or the parens et al aren't
1039 my $parens =
1041 (my $paren_singular = $parens) =~ s|s$||;
1043 # Now check for specific tokens, and if they are parens,
1044 # check them against $state{$parens}. Note that we surround
1045 # the outermost parens with extra "<<<" and ">>>". Those
1051 if (!@{$state{$parens}}) {
1070 push @{$state{$parens}}, $body;
1075 if (!@{$state{$parens}}
1082 ,join("', '", @{$state{$parens}})
1086 unless (@{$state{$parens}}
1087 && pop @{$state{$parens}} eq $&);
1088 if (!@{$state{$parens}}) {