Searched refs:hasSlash (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Ddir.c943 Boolean hasSlash MAKE_ATTR_UNUSED)
1081 DirFindDot(Boolean hasSlash MAKE_ATTR_UNUSED, const char *name, const char *cp)
1135 Boolean hasSlash; /* true if 'name' contains a / */ local
1146 hasSlash = TRUE;
1149 hasSlash = FALSE;
1182 if (!hasSlash || (cp - name == 2 && *name == '.')) {
1198 (file = DirFindDot(hasSlash, name, cp)) != NULL) {
1207 if ((file = DirLookup(p, name, cp, hasSlash)) != NULL) {
1214 (file = DirFindDot(hasSlash, name, cp)) != NULL) {
1235 if (!hasSlash) {
[all...]

Completed in 97 milliseconds