BITSET_AT         144 regcomp.c          if (BITSET_AT(bs, i)) n++;
BITSET_AT        2577 regcomp.c      		if (BITSET_AT(xc->bs, i)) {
BITSET_AT        2600 regcomp.c      		  if (BITSET_AT(xc->bs, i))
BITSET_AT        2604 regcomp.c      		  if (! BITSET_AT(xc->bs, i))
BITSET_AT        2624 regcomp.c      	    v = BITSET_AT(xc->bs, i);
BITSET_AT        2627 regcomp.c      	      v = BITSET_AT(yc->bs, i);
BITSET_AT        5030 regcomp.c                z = BITSET_AT(cc->bs, i);
BITSET_AT        6114 regcomp.c          found = (BITSET_AT(cc->bs, code) == 0 ? 0 : 1);
BITSET_AT        1960 regexec.c            if (BITSET_AT(((BitSetRef )p), *s) == 0) goto fail;
BITSET_AT        2002 regexec.c      	if (BITSET_AT(((BitSetRef )p), *s) == 0)
BITSET_AT        2015 regexec.c            if (BITSET_AT(((BitSetRef )p), *s) != 0) goto fail;
BITSET_AT        2069 regexec.c      	if (BITSET_AT(((BitSetRef )p), *s) != 0)
BITSET_AT         152 regparse.c       if (BITSET_AT(bs, pos)) CC_DUP_WARN(env); \
BITSET_AT        5895 regparse.c           if (((c < SINGLE_BYTE_SIZE) && BITSET_AT(cc->bs, c))) {