cfvar
struct cfvar *v, *vv;
struct cfvar *v, *nv;
nv = emalloc(sizeof(struct cfvar));
struct cfvar *v;
STAILQ_HEAD(cfvars, cfvar);
STAILQ_ENTRY(cfvar) tq;
struct cfvar *v;
v = emalloc(sizeof(struct cfvar));
struct cfvar *v;
v = emalloc(sizeof(struct cfvar));