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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c90 static struct cons_cell *concell_list; /* stays with add_concell() */ variable in typeref:struct:cons_cell
631 struct cons_cell *cp = concell_list;
640 if (cp != concell_list)
723 struct cons_cell *cellp = concell_list;
877 cp->next = concell_list;
878 concell_list = cp;
926 for (cellp = concell_list; cellp; cellp = cellp->next) {

Completed in 44 milliseconds