Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/news/
H A Dnews.c261 static int firstitem = 1; in print_item() local
278 if (firstitem) { in print_item()
279 firstitem = 0; in print_item()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c143 static void mibfree(mib_item_t *firstitem);
1288 mibfree(mib_item_t *firstitem) in mibfree() argument
1292 while (firstitem != NULL) { in mibfree()
1293 lastitem = firstitem; in mibfree()
1294 firstitem = firstitem->next_item; in mibfree()