Home
last modified time | relevance | path

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

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