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
324 . When JIT support is enabled, pcre2grep automatically makes use of it, unless
325 you add --disable-pcre2grep-jit to the "configure" command.
328 matching in the pcre2grep command via PCRE2's callout facility with string
329 arguments. This support can be disabled by adding --disable-pcre2grep-callout
332 . The pcre2grep program currently supports only 8-bit data files, and so
333 requires the 8-bit PCRE2 library. It is possible to compile pcre2grep to use
337 --enable-pcre2grep-libz
338 --enable-pcre2grep-libbz2
342 . The default size (in bytes) of the internal buffer used by pcre2grep can be
345 --with-pcre2grep-bufsize=51200
398 built, libpcre2-posix and the pcre2grep command are also built. Running
411 pcre2grep (if 8-bit support is enabled)
431 pcre2grep.1
450 pcre2grep.txt the pcre2grep man page
495 built. The programs pcre2test and pcre2grep are built to use these uninstalled
497 you use "make install" to install shared libraries, pcre2grep and pcre2test are
549 There is another script called RunGrepTest that tests the pcre2grep command.
773 src/pcre2grep.c source of a grep utility that uses PCRE2
798 RunGrepTest a Unix shell script for pcre2grep tests
808 doc/*.1 man page sources for pcre2grep and pcre2test
826 testdata/grep* input and output for pcre2grep tests