Lines Matching refs:ctx
2982 my $ctx = $1;
2983 my ($email_name, $email_comment, $email_address, $comment1) = parse_email($ctx);
2987 $author_sob = $ctx;
2990 $author_sob = $ctx;
2993 $author_sob = $ctx;
4271 my $ctx = $s;
4272 substr($ctx, 0, $name_len + 1, '');
4273 $ctx =~ s/\)[^\)]*$//;
4275 for my $arg (split(/\s*,\s*/, $ctx)) {
4294 my @ctx = ctx_block_outer($linenr, $realcnt);
4295 shift(@ctx);
4296 for my $ctx (@ctx) {
4297 my ($clen, $cindent) = line_stats($ctx);
4298 if ($ctx =~ /^\+\s*(case\s+|default:)/ &&
4300 $err .= "$sep$ctx\n";
4317 my ($level, @ctx) = ctx_statement_level($linenr, $realcnt, 0);
4324 my $ctx_cnt = $realcnt - $#ctx - 1;
4325 my $ctx = join("\n", @ctx);
4341 if ($ctx !~ /{\s*/ && defined($lines[$ctx_ln - 1]) && $lines[$ctx_ln - 1] =~ /^\+\s*{/) {
4344 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
4347 $ctx =~ /\)\s*\;\s*$/ &&
4354 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
5048 my $ctx = "$ctx_before$name";
5063 } elsif ($ctx =~ /^.\s*\#\s*elif\s*$/) {
5067 } elsif ($ctx =~ /$Type$/) {
5149 my $ctx = "${a}x${c}";
5151 my $at = "(ctx:$ctx)";
5171 if ($ctx !~ /.x[WEBC]/ &&
5190 if ($ctx =~ /Wx.|.xW/) {
5205 if ($ctx =~ /Wx./) {
5212 if ($ctx !~ /.x[WEC]/ && $cc !~ /^}/) {
5241 if ($ctx !~ /[WEBC]x./ && $ca !~ /(?:\)|!|~|\*|-|\&|\||\+\+|\-\-|\{)$/) {
5253 } elsif ($ctx =~ /.xW/) {
5266 if ($ctx !~ /[WEOBC]x[^W]/ && $ctx !~ /[^W]x[WOBEC]/) {
5273 if ($ctx =~ /Wx[BE]/ ||
5274 ($ctx =~ /Wx./ && $cc =~ /^;/)) {
5281 if ($ctx =~ /ExW/) {
5300 if (defined $fix_elements[$n + 2] && $ctx !~ /[EW]x[EW]/) {
5307 } elsif (!defined $fix_elements[$n + 2] && $ctx !~ /Wx[OE]/) {
5314 } elsif ($ctx =~ /Wx[^WCE]|[^WCE]xW/) {
5328 if ($ctx =~ /Wx./ and $realfile !~ m@.*\.lds\.h$@) {
5337 } elsif ($ctx !~ /[EWC]x[CWE]/) {
5360 $msg_level = \&CHK if (($op eq '?:' || $op eq '?' || $op eq ':') && $ctx =~ /VxV/);
5915 my $ctx = '';
5920 $ctx = $dstat;
5924 $has_flow_statement = 1 if ($ctx =~ /\b(goto|return)\b/);
5925 $has_arg_concat = 1 if ($ctx =~ /\#\#/ && $ctx !~ /\#\#\s*(?:__VA_ARGS__|args)\b/);
5975 $ctx =~ s/\n*$//;
5976 my $stmt_cnt = statement_rawlines($ctx);
5994 $ctx !~ /^.\s*#\s*define\s+TRACE_(?:SYSTEM|INCLUDE_FILE|INCLUDE_PATH)\b/)
6057 my $cnt = statement_rawlines($ctx);
6088 my $ctx = '';
6091 $ctx = $dstat;
6100 $ctx =~ s/\n*$//;
6101 my $cnt = statement_rawlines($ctx);
6114 $ctx =~ s/\n*$//;
6115 my $cnt = statement_rawlines($ctx);