Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Darch.c267 const char *nested_p = cp; in Arch_ParseArchive() local
272 (void)Var_Parse(&nested_p, scope, in Arch_ParseArchive()
281 cp += nested_p - cp; in Arch_ParseArchive()
309 const char *nested_p = cp; in Arch_ParseArchive() local
311 (void)Var_Parse(&nested_p, scope, in Arch_ParseArchive()
321 cp += nested_p - cp; in Arch_ParseArchive()
H A Dsuff.c1314 const char *nested_p = cp; in ExpandChildrenRegular() local
1317 (void)Var_Parse(&nested_p, pgn, VARE_PARSE_ONLY, &junk); in ExpandChildrenRegular()
1325 cp += nested_p - cp; in ExpandChildrenRegular()
H A Dvar.c4631 const char *nested_p = p; in VarSubstExpr() local
4634 (void)Var_Parse(&nested_p, scope, emode, &val); in VarSubstExpr()
4639 p = nested_p; in VarSubstExpr()
4657 (int)(size_t)(nested_p - p), p); in VarSubstExpr()
4659 p = nested_p; in VarSubstExpr()
4672 p = nested_p; in VarSubstExpr()