set_prop_string
set_prop_string("VARIABLE", &variable, &$2);
static void set_prop_string(const char *, char **, char **);
set_prop_string("NAME", &name, &$2);
set_prop_string("ENCODING", &encoding, &$2);