Searched refs:dotLast (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Ddir.c235 static Path *dotLast; /* a fake path entry indicating we need to variable
358 dotLast = bmake_malloc(sizeof(Path));
359 dotLast->refCount = 1;
360 dotLast->hits = 0;
361 dotLast->name = bmake_strdup(".DOTLAST");
362 Hash_InitTable(&dotLast->files, -1);
451 dotLast->refCount -= 1;
452 Dir_Destroy(dotLast);
479 if (p == dotLast) {
481 Var_Append(".PATH", dotLast
[all...]

Completed in 58 milliseconds