HomeSort by: relevance | last modified time | path
    Searched defs:shortLived (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
var.c 174 bool shortLived:1;
426 bool shortLived, bool fromEnvironment, bool readOnly)
434 var->shortLived = shortLived;
549 if (!v->shortLived)
1226 v->shortLived = false;
1313 if (!v->shortLived)
4761 if (v->shortLived) {
var.c 174 bool shortLived:1;
426 bool shortLived, bool fromEnvironment, bool readOnly)
434 var->shortLived = shortLived;
549 if (!v->shortLived)
1226 v->shortLived = false;
1313 if (!v->shortLived)
4761 if (v->shortLived) {

Completed in 40 milliseconds