Searched refs:cons_cell (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c66 struct cons_cell { /* private to the parser */ struct
68 struct cons_cell *next;
87 static struct cons_cell *concell_list; /* stays with add_concell() */
628 struct cons_cell *cp = concell_list;
720 struct cons_cell *cellp = concell_list;
867 struct cons_cell *cp;
871 if ((cp = libc_malloc(sizeof (struct cons_cell))) == NULL)
912 struct cons_cell *cellp;

Completed in 21 milliseconds