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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c61 struct cons_cell_v1 { /* private to the parser */ struct
63 struct cons_cell_v1 *next;
86 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */
530 struct cons_cell_v1 *cp = concell_list_v1;
709 struct cons_cell_v1 *cellp = concell_list_v1;
851 struct cons_cell_v1 *cp;
855 if ((cp = libc_malloc(sizeof (struct cons_cell_v1))) == NULL)
882 struct cons_cell_v1 *cellp;

Completed in 15 milliseconds