Lines Matching defs:idx
235 int idx;
300 } else if (-1 != (idx = stridx("|^ ;", *options))) new->flags |= 1<<idx;
302 else if (-1 != (idx = stridx("<>=", *options))) {
305 if (temp != options) new->val[idx].l = l;
308 if (temp != options) new->val[idx].f = f;
328 idx = 0;
330 unsigned long long u = 1L<<idx++;
347 idx = stridx("-+!", *++options);
348 if (CFG_TOYBOX_DEBUG && idx == -1) error_exit("[ needs +-!");
362 if (bits&(1<<i)) opt->dex[idx] |= bits&~(1<<i);