• Home
  • Raw
  • Download

Lines Matching refs:pcre2grep

80   1. There are files called doc/pcre2.txt, doc/pcre2grep.txt, and
84 other two are the text forms of the section 1 man pages for the pcre2grep
320 . When JIT support is enabled, pcre2grep automatically makes use of it, unless
321 you add --disable-pcre2grep-jit to the "configure" command.
324 pcre2grep command, using PCRE2's callout facility with string arguments. This
325 support can be disabled by adding --disable-pcre2grep-callout to the
328 . The pcre2grep program currently supports only 8-bit data files, and so
329 requires the 8-bit PCRE2 library. It is possible to compile pcre2grep to use
333 --enable-pcre2grep-libz
334 --enable-pcre2grep-libbz2
338 . The default starting size (in bytes) of the internal buffer used by pcre2grep
341 --with-pcre2grep-bufsize=51200
344 used by pcre2grep is actually three times this number, to allow for "before"
348 . The default maximum size of pcre2grep's internal buffer can be set by, for
351 --with-pcre2grep-max-bufsize=2097152
353 The default is either 1048576 or the value of --with-pcre2grep-bufsize,
428 built, libpcre2-posix and the pcre2grep command are also built. Running
441 pcre2grep (if 8-bit support is enabled)
461 pcre2grep.1
480 pcre2grep.txt the pcre2grep man page
525 built. The programs pcre2test and pcre2grep are built to use these uninstalled
527 you use "make install" to install shared libraries, pcre2grep and pcre2test are
579 There is another script called RunGrepTest that tests the pcre2grep command.
817 src/pcre2grep.c source of a grep utility that uses PCRE2
841 RunGrepTest a Unix shell script for pcre2grep tests
851 doc/*.1 man page sources for pcre2grep and pcre2test
869 testdata/grep* input and output for pcre2grep tests