Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Darch.c255 const char *nested_p = cp; in Arch_ParseArchive() local
260 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
269 cp += nested_p - cp; in Arch_ParseArchive()
297 const char *nested_p = cp; in Arch_ParseArchive() local
299 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
309 cp += nested_p - cp; in Arch_ParseArchive()
H A Dsuff.c1275 const char *nested_p = p; in ExpandChildrenRegular() local
1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE); in ExpandChildrenRegular()
1283 p += nested_p - p; in ExpandChildrenRegular()
H A Dvar.c4706 const char *nested_p = p; in VarSubstExpr() local
4707 FStr val = Var_Parse(&nested_p, scope, emode); in VarSubstExpr()
4713 p = nested_p; in VarSubstExpr()
4725 p = nested_p; in VarSubstExpr()