/src/usr.bin/make/ |
arch.c | 207 const char *nested_p = cp; local in function:Arch_ParseArchive 212 result = Var_Parse(&nested_p, scope, 221 cp += nested_p - cp; 249 const char *nested_p = cp; local in function:Arch_ParseArchive 251 result = Var_Parse(&nested_p, scope, 261 cp += nested_p - cp;
|
arch.c | 207 const char *nested_p = cp; local in function:Arch_ParseArchive 212 result = Var_Parse(&nested_p, scope, 221 cp += nested_p - cp; 249 const char *nested_p = cp; local in function:Arch_ParseArchive 251 result = Var_Parse(&nested_p, scope, 261 cp += nested_p - cp;
|
suff.c | 1275 const char *nested_p = p; local in function:ExpandChildrenRegular 1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE); 1283 p += nested_p - p;
|
suff.c | 1275 const char *nested_p = p; local in function:ExpandChildrenRegular 1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE); 1283 p += nested_p - p;
|
var.c | 4709 const char *nested_p = p; local in function:VarSubstExpr 4710 FStr val = Var_Parse(&nested_p, scope, emode); 4716 p = nested_p; 4728 p = nested_p;
|
var.c | 4709 const char *nested_p = p; local in function:VarSubstExpr 4710 FStr val = Var_Parse(&nested_p, scope, emode); 4716 p = nested_p; 4728 p = nested_p;
|