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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c86 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */ variable in typeref:struct:cons_cell_v1
530 struct cons_cell_v1 *cp = concell_list_v1;
540 if (cp != concell_list_v1)
709 struct cons_cell_v1 *cellp = concell_list_v1;
858 cp->next = concell_list_v1;
859 concell_list_v1 = cp;
893 for (cellp = concell_list_v1; cellp; cellp = cellp->next) {

Completed in 22 milliseconds