S_Name
extern S_Name *sect_head;
S_Name *sect_head = NULL;
S_Name *new;
if ((new = malloc(sizeof (S_Name))) == NULL) {
S_Name *p1 = sect_head;