Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dvar.h54 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 Dparsevar.c196 Var_Appendi_with_ctxt(name.s, name.e, arg, ctxt); in parse_variable_assignment()
H A Dvar.c701 Var_Appendi_with_ctxt(const char *name, const char *ename, const char *val, in Var_Appendi_with_ctxt() function