Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dvar.c183 bool shortLived:1; member
342 bool shortLived, bool fromEnvironment, bool readOnly) in VarNew() argument
350 var->shortLived = shortLived; in VarNew()
467 if (!v->shortLived) in VarFreeShortLived()
1117 v->shortLived = false; in Var_Append()
1220 if (!v->shortLived) in Var_Value()
4652 if (v->shortLived) { in Var_Parse()