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

/illumos-gate/usr/src/cmd/news/
H A Dnews.c263 static int firstitem = 1; local
280 if (firstitem) {
281 firstitem = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c139 static void mibfree(mib_item_t *firstitem);
878 mibfree(mib_item_t *firstitem) argument
882 while (firstitem != NULL) {
883 lastitem = firstitem;
884 firstitem = firstitem->next_item;

Completed in 68 milliseconds