Home | History | Annotate | Download | only in make-3.81

Lines Matching full:shellbase

1134 	  char *shellbase, *bslash;
1140 shellbase = strrchr (p, '/');
1142 if (!shellbase || bslash > shellbase)
1143 shellbase = bslash;
1144 if (!shellbase && p[1] == ':')
1145 shellbase = p + 1;
1146 if (shellbase)
1147 shellbase++;
1149 shellbase = p;
1160 if (__dosexec_find_on_path (shellbase, fake_env, shellpath))