s_compunit
struct s_compunit *cu;
if ((cu = malloc(sizeof(struct s_compunit))) == NULL)
struct s_compunit *next;
static struct s_compunit *script, **cu_nextp = &script;