secnode
struct secnode *next;
struct secnode *secl; /* sections already considered */
struct secnode *cursnp;
if ((cursnp = calloc(1, sizeof (struct secnode)))
if ((cursnp = calloc(1, sizeof (struct secnode))) == NULL)
struct secnode *snp;