Searched refs:samesets (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regcomp.c | 233 static int samesets(struct re_guts *, int, int); 1404 samesets(struct re_guts *g, int c1, int c2) in samesets() function 1438 if (cats[c2] == 0 && samesets(g, c, c2)) in categorize()
|
| /freebsd/contrib/nvi/regex/ |
| H A D | regcomp.c | 114 static int samesets(struct re_guts *g, int c1, int c2); 1296 samesets(struct re_guts *g, int c1, int c2) in samesets() function 1332 if (cats[c2] == 0 && samesets(g, c, c2)) in categorize()
|