Lines Matching defs:iBar
118 static Bar iBar(Bar x) { effects++; return x; }
249 iBar(b).i = 5;
257 if ((iBar(b).i += 10) != 15)
267 iBar(b).i++;
274 if (iBar(b).i++ != 5)
282 --iBar(b).i;
288 if (--iBar(b).i != 4)
402 iBar(b).sm(arg);
504 iBar(b).si = 5;
511 if ((iBar(b).si += 10) != 15)
520 iBar(b).si = 0;
522 iBar(b).si++;
529 if (iBar(b).si++ != 5)
537 --iBar(b).si;
543 if (--iBar(b).si != 4)