Searched defs:cur_item (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c275 ITEM *cur_item; local
399 for (cur_item = item; argc--; argv++, cur_item++) {
403 if (cur_item->mod != NULL) {
407 cmd_help_showmod(cur_item->mod);
416 if (cur_item->cmd == NULL)
418 cmd = cur_item->cmd;
419 mod = cur_item->cmd_mod;

Completed in 70 milliseconds