Searched refs:Var_Appendi_with_ctxt (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/make/ |
H A D | var.h | 54 extern void Var_Appendi_with_ctxt(const char *, const char *, 56 #define Var_Append(n, v) Var_Appendi_with_ctxt(n, NULL, v, VAR_GLOBAL) 57 #define Var_Appendi(n, e, v) Var_Appendi_with_ctxt(n, e, v, VAR_GLOBAL)
|
H A D | parsevar.c | 196 Var_Appendi_with_ctxt(name.s, name.e, arg, ctxt); in parse_variable_assignment()
|
H A D | var.c | 701 Var_Appendi_with_ctxt(const char *name, const char *ename, const char *val, in Var_Appendi_with_ctxt() function
|