Home | History | Annotate | Download | only in libpopt

Lines Matching refs:item

479     poptItem item;
483 for (i = 0, item = items; i < nitems; i++, item++) {
485 opt = &item->option;
593 const char * item = shortStr;
607 item = opt->longName;
645 item,
657 * @param item alias/exec array
662 /*@null@*/ poptItem item, int nitems,
670 if (item != NULL)
671 for (i = 0; i < nitems; i++, item++) {
673 opt = &item->option;