Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/regex/
H A Dregcomp.c148 static cset *allocset(struct parse *p);
1029 if ((cs = allocset(p)) == NULL) in p_bracket()
1164 if ((cs = allocset(p)) == NULL)
1409 if ((cs = allocset(p)) == NULL)
1555 allocset(struct parse *p) function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c224 static cset *allocset(struct parse *);
814 if ((cs = allocset(p)) == NULL) { in p_bracket()
1194 allocset(struct parse *p) in allocset() function
/freebsd-13.1/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