Lines Matching refs:regexp
3 This is a nearly-public-domain reimplementation of the V8 regexp(3) package.
26 sort of, since the only fields in a "struct regexp" that other people have
36 been kind enough to run a few test programs using the V8 regexp(3) to resolve
42 Simplistically: put this stuff into a source directory, copy regexp.h into
45 regexp(3) functions, compiles a test program, and runs a large set of
46 regression tests. If there are no complaints, then put regexp.o, regsub.o,
47 and regerror.o into your C library, and regexp.3 into your manual-pages
50 Note that if you don't put regexp.h into /usr/include *before* compiling,
56 regexp.3 manual page
57 regexp.h header file, for /usr/include
58 regexp.c source for regcomp() and regexec()