Lines Matching refs:pcre

16   ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
17 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
18 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip
21 pcre-dev@exim.org. You can access the archives and subscribe or manage your
24 https://lists.exim.org/mailman/listinfo/pcre-dev
92 with a set of man pages whose names all start with "pcre". The one that is just
93 called "pcre" lists all the others. In addition to these man pages, the PCRE
96 1. There are files called doc/pcre.txt, doc/pcregrep.txt, and
103 <prefix>/share/doc/pcre, where <prefix> is the installation prefix
108 doc/html and installed in <prefix>/share/doc/pcre/html.
120 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib
187 into /source/pcre/pcre-xxx, but you want to build it in /build/pcre/pcre-xxx:
189 cd /build/pcre/pcre-xxx
190 /source/pcre/pcre-xxx/configure
420 . pcre.h the public PCRE header file
421 . pcre-config script that shows the building settings such as CFLAGS
429 Versions of config.h and pcre.h are distributed in the PCRE tarballs under the
430 names config.h.generic and pcre.h.generic. These are provided for those who
466 pcre-config
483 pcre.h
493 pcre-config.1
494 pcre.3
495 pcre*.3 (lots more pages, all starting "pcre")
497 HTML documentation (share/doc/pcre/html):
501 Text file documentation (share/doc/pcre):
508 pcre.txt (a concatenation of the man(3) pages)
511 pcre-config.txt the pcre-config man page
521 Running "make install" installs the command pcre-config, which can be used to
524 pcre-config --version
528 pcre-config --libs
538 pkg-config --cflags pcre
848 given as pcre[16|32]_xxx it means that there are three files, one with the name
858 specified, by copying to pcre[16]_chartables.c
861 pcre[16|32]_byte_order.c )
862 pcre[16|32]_compile.c )
863 pcre[16|32]_config.c )
864 pcre[16|32]_dfa_exec.c )
865 pcre[16|32]_exec.c )
866 pcre[16|32]_fullinfo.c )
867 pcre[16|32]_get.c ) sources for the functions in the library,
868 pcre[16|32]_globals.c ) and some internal functions that they use
869 pcre[16|32]_jit_compile.c )
870 pcre[16|32]_maketables.c )
871 pcre[16|32]_newline.c )
872 pcre[16|32]_refcount.c )
873 pcre[16|32]_string_utils.c )
874 pcre[16|32]_study.c )
875 pcre[16|32]_tables.c )
876 pcre[16|32]_ucd.c )
877 pcre[16|32]_version.c )
878 pcre[16|32]_xclass.c )
887 pcre[16|32]_printint.c ) debugging function that is used by pcretest,
890 pcre.h.in template for pcre.h when built by "configure"
948 doc/pcre.txt plain text version of the man pages
962 pcre-config.in source of script which retains PCRE information
990 pcre.h.generic ) a version of the public PCRE header file