Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dregcomp.c140 static cset *allocset(struct parse *p);
1039 if ((cs = allocset(p)) == NULL) in p_bracket()
1174 if ((cs = allocset(p)) == NULL)
1419 if ((cs = allocset(p)) == NULL)
1565 allocset(struct parse *p) function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c224 static cset *allocset(struct parse *);
816 if ((cs = allocset(p)) == NULL) { in p_bracket()
1192 allocset(struct parse *p) in allocset() function
/freebsd/contrib/nvi/regex/
H A Dregcomp.c99 static cset *allocset(struct parse *p);
693 cs = allocset(p); in p_bracket()
1090 allocset(struct parse *p) in allocset() function