Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c160 static int samesets(struct re_guts *g, int c1, int c2);
1578 samesets( in samesets() function
1629 if (cats[c2] == 0 && samesets(g, c, c2)) in categorize()