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

/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c3633 int has_intersec, not_subset, not_consumed;
3648 not_subset = not_consumed = 0;
3651 not_subset |= remains[k] = ~accepts[k] & dests_ch[j][k];
3657 if (not_subset)
3629 int has_intersec, not_subset, not_consumed; local

Completed in 58 milliseconds