Searched refs:bitset_i (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h696 int bitset_i;
697 for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)
698 set[bitset_i] = ~set[bitset_i];
704 int bitset_i;
705 for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)
695 int bitset_i; local
703 int bitset_i; local
711 int bitset_i; local
[all...]

Completed in 81 milliseconds