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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c266 static int item_cnt; local
341 if (argc > item_cnt) {
342 int n = (item_cnt == 0) ? INITIAL_ITEM_ALLOC : item_cnt;
349 item_cnt = n;

Completed in 58 milliseconds