script_spec
static struct script_spec *script_spec__new(const char *spec,
struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
static void script_spec__add(struct script_spec *s)
static struct script_spec *script_spec__find(const char *spec)
struct script_spec *s;
struct script_spec *s;
struct script_spec *s = script_spec__find(spec);
struct script_spec *s;