Searched refs:s_compunit (Results 1 – 1 of 1) sorted by relevance
74 struct s_compunit { struct75 struct s_compunit *next; argument84 static struct s_compunit *script, **cu_nextp = &script; argument485 struct s_compunit *cu; in add_compunit()487 if ((cu = malloc(sizeof(struct s_compunit))) == NULL) in add_compunit()