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

/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c160 static int samesets(struct re_guts *g, int c1, int c2);
1579 - samesets - are these two characters in exactly the same sets?
1580 == static int samesets(struct re_guts *g, int c1, int c2);
1583 samesets( function
1634 if (cats[c2] == 0 && samesets(g, c, c2))

Completed in 220 milliseconds