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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c87 static struct cons_cell *concell_list; /* stays with add_concell() */ variable in typeref:struct:cons_cell
628 struct cons_cell *cp = concell_list;
637 if (cp != concell_list)
720 struct cons_cell *cellp = concell_list;
874 cp->next = concell_list;
875 concell_list = cp;
923 for (cellp = concell_list; cellp; cellp = cellp->next) {

Completed in 15 milliseconds