Home | History | Annotate | Download | only in regex

Lines Matching refs:idx

4569 		    int idx;
4572 for (idx = 0; idx < (int) p2[1]; idx++)
4573 if (! (p2[2 + idx] == 0
4574 || (idx < (int) p1[4]
4575 && ((p2[2 + idx] & ~ p1[5 + idx]) == 0))))
4578 if (idx == p2[1])
4586 int idx;
4589 for (idx = 0;
4590 idx < (int) p2[1] && idx < (int) p1[4];
4591 idx++)
4592 if ((p2[2 + idx] & p1[5 + idx]) != 0)
4595 if (idx == p2[1] || idx == p1[4])