Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregfree.c57 g = preg->re_g; in llvm_regfree()
H A Dregex_impl.h52 struct re_guts *re_g; /* none of your business :-) */ member
H A Dregexec.c144 struct re_guts *g = preg->re_g; in llvm_regexec()
H A Dregcomp.c375 preg->re_g = g; in llvm_regcomp()
/freebsd/contrib/nvi/regex/
H A Dregfree.c61 g = preg->re_g; in regfree()
H A Dregex.h53 struct re_guts *re_g; /* none of your business :-) */ member
H A Dregexec.c155 struct re_guts *g = preg->re_g; in regexec()
H A Dregcomp.c270 preg->re_g = g; in regcomp()
/freebsd/lib/libc/regex/
H A Dregfree.c60 g = preg->re_g; in regfree()
H A Dregexec.c207 struct re_guts *g = preg->re_g; in regexec()
H A Dregcomp.c331 preg->re_g = g; in regcomp_internal()
/freebsd/include/
H A Dregex.h54 struct re_guts *re_g; /* none of your business :-) */ member
/freebsd/lib/libc/regex/grot/
H A Ddebug.c24 struct re_guts *g = r->re_g;
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c55 struct re_guts *g = r->re_g; in regprint()