Lines Matching refs:ctx
2994 my $ctx = $1;
2995 my ($email_name, $email_comment, $email_address, $comment1) = parse_email($ctx);
2999 $author_sob = $ctx;
3002 $author_sob = $ctx;
3005 $author_sob = $ctx;
4282 my $ctx = $s;
4283 substr($ctx, 0, $name_len + 1, '');
4284 $ctx =~ s/\)[^\)]*$//;
4286 for my $arg (split(/\s*,\s*/, $ctx)) {
4305 my @ctx = ctx_block_outer($linenr, $realcnt);
4306 shift(@ctx);
4307 for my $ctx (@ctx) {
4308 my ($clen, $cindent) = line_stats($ctx);
4309 if ($ctx =~ /^\+\s*(case\s+|default:)/ &&
4311 $err .= "$sep$ctx\n";
4328 my ($level, @ctx) = ctx_statement_level($linenr, $realcnt, 0);
4335 my $ctx_cnt = $realcnt - $#ctx - 1;
4336 my $ctx = join("\n", @ctx);
4352 if ($ctx !~ /{\s*/ && defined($lines[$ctx_ln - 1]) && $lines[$ctx_ln - 1] =~ /^\+\s*{/) {
4355 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
4358 $ctx =~ /\)\s*\;\s*$/ &&
4365 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
5059 my $ctx = "$ctx_before$name";
5074 } elsif ($ctx =~ /^.\s*\#\s*elif\s*$/) {
5078 } elsif ($ctx =~ /$Type$/) {
5160 my $ctx = "${a}x${c}";
5162 my $at = "(ctx:$ctx)";
5182 if ($ctx !~ /.x[WEBC]/ &&
5201 if ($ctx =~ /Wx.|.xW/) {
5216 if ($ctx =~ /Wx./) {
5223 if ($ctx !~ /.x[WEC]/ && $cc !~ /^}/) {
5252 if ($ctx !~ /[WEBC]x./ && $ca !~ /(?:\)|!|~|\*|-|\&|\||\+\+|\-\-|\{)$/) {
5264 } elsif ($ctx =~ /.xW/) {
5277 if ($ctx !~ /[WEOBC]x[^W]/ && $ctx !~ /[^W]x[WOBEC]/) {
5284 if ($ctx =~ /Wx[BE]/ ||
5285 ($ctx =~ /Wx./ && $cc =~ /^;/)) {
5292 if ($ctx =~ /ExW/) {
5311 if (defined $fix_elements[$n + 2] && $ctx !~ /[EW]x[EW]/) {
5318 } elsif (!defined $fix_elements[$n + 2] && $ctx !~ /Wx[OE]/) {
5325 } elsif ($ctx =~ /Wx[^WCE]|[^WCE]xW/) {
5339 if ($ctx =~ /Wx./ and $realfile !~ m@.*\.lds\.h$@) {
5348 } elsif ($ctx !~ /[EWC]x[CWE]/) {
5371 $msg_level = \&CHK if (($op eq '?:' || $op eq '?' || $op eq ':') && $ctx =~ /VxV/);
5928 my $ctx = '';
5933 $ctx = $dstat;
5937 $has_flow_statement = 1 if ($ctx =~ /\b(goto|return)\b/);
5938 $has_arg_concat = 1 if ($ctx =~ /\#\#/ && $ctx !~ /\#\#\s*(?:__VA_ARGS__|args)\b/);
5991 $ctx =~ s/\n*$//;
5992 my $stmt_cnt = statement_rawlines($ctx);
6010 $ctx !~ /^.\s*#\s*define\s+TRACE_(?:SYSTEM|INCLUDE_FILE|INCLUDE_PATH)\b/)
6073 my $cnt = statement_rawlines($ctx);
6104 my $ctx = '';
6107 $ctx = $dstat;
6116 $ctx =~ s/\n*$//;
6117 my $cnt = statement_rawlines($ctx);
6130 $ctx =~ s/\n*$//;
6131 my $cnt = statement_rawlines($ctx);