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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c89 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */ variable in typeref:struct:cons_cell_v1
533 struct cons_cell_v1 *cp = concell_list_v1;
543 if (cp != concell_list_v1)
712 struct cons_cell_v1 *cellp = concell_list_v1;
861 cp->next = concell_list_v1;
862 concell_list_v1 = cp;
896 for (cellp = concell_list_v1; cellp; cellp = cellp->next) {

Completed in 57 milliseconds