s_compunit
struct s_compunit *cu;
cu = xmalloc(sizeof(struct s_compunit));
struct s_compunit *next;
static struct s_compunit *script, **cu_nextp = &script;