Lines Matching full:eq

370 	    if ($type eq "F" || $type eq "X") {
378 } elsif ($type eq "K") {
689 if (($self_test eq "" || $self_test =~ /\bsections\b/) &&
707 if ($type eq "S") {
710 } elsif ($type eq "F" || $type eq "N") {
712 } elsif ($type eq "M" || $type eq "R" || $type eq "L") {
734 if (($type eq "F" || $type eq "X") &&
735 ($self_test eq "" || $self_test =~ /\bpatterns\b/)) {
748 } elsif (($type eq "W" || $type eq "Q" || $type eq "B") &&
750 ($self_test eq "" || $self_test =~ /\blinks\b/)) {
769 } elsif ($type eq "T" &&
770 ($self_test eq "" || $self_test =~ /\bscm\b/)) {
809 return 1 if ($ignore eq $address);
823 if ($type eq 'S') {
841 if ($type eq 'M') {
891 if ($type eq 'X') {
906 if ($type eq 'F') {
922 } elsif ($type eq 'N') {
948 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1030 if (substr($pattern, -1) eq "/") {
1212 if ("$name" eq "") {
1295 if ($ptype eq "S") {
1302 if ($role eq "supported") {
1304 } elsif ($role eq "maintained") {
1306 } elsif ($role eq "odd fixes") {
1308 } elsif ($role eq "orphan") {
1310 } elsif ($role eq "obsolete") {
1312 } elsif ($role eq "buried alive in reporters") {
1324 if ($subsystem eq "THE REST") {
1345 if ($ptype eq "L") {
1382 } elsif ($ptype eq "M") {
1387 } elsif ($ptype eq "R") {
1392 } elsif ($ptype eq "T") {
1394 } elsif ($ptype eq "W") {
1396 } elsif ($ptype eq "B") {
1398 } elsif ($ptype eq "S") {
1408 return 1 if (($name eq "") && ($address eq ""));
1420 if ($address eq "") {
1463 if (($name eq $entry_name || $address eq $entry_address)
1464 && ($role eq "" || !($entry->[1] =~ m/$role/))
1466 if ($entry->[1] eq "") {
1473 if ($email eq $entry->[0]
1474 && ($role eq "" || !($entry->[1] =~ m/$role/))
1476 if ($entry->[1] eq "") {
1693 if (@range && $VCS_cmds{"blame_range_cmd"} eq "") {
1901 if ($sel eq "y") {
1909 } elsif ($sel eq "*" || $sel eq '^') {
1911 $toggle = 1 if ($sel eq '*');
1915 } elsif ($sel eq "0") {
1919 } elsif ($sel eq "t") {
1920 if (lc($str) eq "m") {
1925 } elsif (lc($str) eq "g") {
1930 } elsif (lc($str) eq "l") {
1935 } elsif (lc($str) eq "s") {
1941 } elsif ($sel eq "a") {
1944 } elsif ($str eq '*' || $str eq '^') {
1946 $toggle = 1 if ($str eq '*');
1951 } elsif ($sel eq "s") {
1954 } elsif ($str eq '*' || $str eq '^') {
1956 $toggle = 1 if ($str eq '*');
1961 } elsif ($sel eq "o") {
1964 } elsif ($sel eq "g") {
1965 if ($str eq "f") {
1971 } elsif ($sel eq "b") {
1972 if ($str eq "s") {
1978 } elsif ($sel eq "c") {
1983 } elsif ($sel eq "x") {
1988 } elsif ($sel eq "%") {
1993 } elsif ($sel eq "d") {
2000 } elsif ($sel eq "t") {
2003 } elsif ($sel eq "f") {
2006 } elsif ($sel eq "r") {
2009 } elsif ($sel eq "m") {
2013 } elsif ($sel eq "k") {
2016 } elsif ($sel eq "p") {
2021 } elsif ($sel eq "h" || $sel eq "?") {
2126 if (@{$ref}[0] eq $commits[$i] &&
2127 @{$ref}[1] eq $subjects[$i]) {
2161 if (@{$ref}[0] eq $commit &&
2162 @{$ref}[1] eq $subject &&
2163 @{$ref}[2] eq $type) {
2273 if ($author eq deduplicate_email($authors[$i]) &&
2495 (length($first) == 2 && substr($first, -1) eq ".")) ||
2497 (length($middle) == 2 && substr($middle, -1) eq "."))) {