Lines Matching refs:iv
714 int iv, a; local
751 iv = 0;
753 if (!int_option(*argv, &iv))
755 if ((((opt->flags & OPT_LLIMIT) && (iv < opt->lower_limit)) ||
756 ((opt->flags & OPT_ULIMIT) && (iv > opt->upper_limit))) &&
757 !((opt->flags & OPT_ZEROOK) && (iv == 0))) {
779 iv += a;
781 iv += *(int *)(opt->addr);
785 if ((opt->flags & OPT_ZEROINF) && (iv == 0)) {
791 } else if (iv > oldv) {
797 *(int *)(opt->addr) = iv;
799 *(int *)(opt->addr2) = iv;