Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/news/
H A Dnews.c263 static int firstitem = 1; in print_item() local
280 if (firstitem) { in print_item()
281 firstitem = 0; in print_item()
/titanic_41/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) in mibfree() argument
882 while (firstitem != NULL) { in mibfree()
883 lastitem = firstitem; in mibfree()
884 firstitem = firstitem->next_item; in mibfree()