Lines Matching defs:which
913 return 1 if (!$tree || which("python") eq "" || !(-e "$root/scripts/spdxcheck.py") || !(-e "$gitroot"));
982 return 0 if ((which("git") eq "") || !(-e "$gitroot"));
992 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot"));
1251 sub which {
2669 # Check if the commit log has what seems like a diff which can confuse patch
3597 # for "else if" which can look like "$Ident $Ident"
3775 # Checks which may be anchored in the context.
4053 # Checks which are anchored on the added line.
4093 # Handle definitions which produce identifiers with
4317 "LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged\n" . $herecurr);
5704 # Check for user-visible strings broken across lines, which breaks the ability
6048 my $which = $1;
7032 # If there were whitespace errors which cleanpatch can fix