Var_Appendi_with_ctxt
Var_Appendi_with_ctxt(name.s, name.e, arg, ctxt);
extern void Var_Appendi_with_ctxt(const char *, const char *,
#define Var_Append(n, v) Var_Appendi_with_ctxt(n, NULL, v, VAR_GLOBAL)
#define Var_Appendi(n, e, v) Var_Appendi_with_ctxt(n, e, v, VAR_GLOBAL)