Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Darch.c267 const char *nested_p = cp; in Arch_ParseArchive() local
272 result = Var_Parse(&nested_p, scope, VARE_UNDEFERR); in Arch_ParseArchive()
280 cp += nested_p - cp; in Arch_ParseArchive()
308 const char *nested_p = cp; in Arch_ParseArchive() local
310 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
320 cp += nested_p - cp; in Arch_ParseArchive()
H A Dsuff.c1314 const char *nested_p = cp; in ExpandChildrenRegular() local
1315 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE_ONLY); in ExpandChildrenRegular()
1323 cp += nested_p - cp; in ExpandChildrenRegular()
H A Dvar.c4687 const char *nested_p = p; in VarSubstExpr() local
4688 FStr val = Var_Parse(&nested_p, scope, emode); in VarSubstExpr()
4693 p = nested_p; in VarSubstExpr()
4711 (int)(size_t)(nested_p - p), p); in VarSubstExpr()
4713 p = nested_p; in VarSubstExpr()
4726 p = nested_p; in VarSubstExpr()