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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c64 struct cons_cell_v1 { /* private to the parser */ struct
66 struct cons_cell_v1 *next;
89 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */
533 struct cons_cell_v1 *cp = concell_list_v1;
712 struct cons_cell_v1 *cellp = concell_list_v1;
854 struct cons_cell_v1 *cp;
858 if ((cp = libc_malloc(sizeof (struct cons_cell_v1))) == NULL)
885 struct cons_cell_v1 *cellp;

Completed in 44 milliseconds