Home
last modified time | relevance | path

Searched refs:shortLived (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Dvar.c187 bool shortLived:1; member
434 bool shortLived, bool fromEnvironment, bool readOnly) in VarNew() argument
442 var->shortLived = shortLived; in VarNew()
557 if (!v->shortLived) in VarFreeShortLived()
1234 v->shortLived = false; in Var_Append()
1325 if (!v->shortLived) in Var_Value()
4705 if (v->shortLived) { in Var_Parse()