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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c69 struct cons_cell { /* private to the parser */ struct
71 struct cons_cell *next;
90 static struct cons_cell *concell_list; /* stays with add_concell() */
631 struct cons_cell *cp = concell_list;
723 struct cons_cell *cellp = concell_list;
870 struct cons_cell *cp;
874 if ((cp = libc_malloc(sizeof (struct cons_cell))) == NULL)
915 struct cons_cell *cellp;

Completed in 90 milliseconds