cons_cell
struct cons_cell *cp = concell_list;
struct cons_cell *next;
struct cons_cell *cellp = concell_list;
struct cons_cell *cp;
static struct cons_cell *concell_list; /* stays with add_concell() */
if ((cp = libc_malloc(sizeof (struct cons_cell))) == NULL)
struct cons_cell *cellp;