Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dvar.c191 bool shortLived:1; member
348 bool shortLived, bool fromEnvironment, bool readOnly) in VarNew() argument
356 var->shortLived = shortLived; in VarNew()
473 if (!v->shortLived) in VarFreeShortLived()
1119 v->shortLived = false; in Var_Append()
1222 if (!v->shortLived) in Var_Value()
4613 if (v->shortLived) { in Var_Parse()