HomeSort by relevance Sort by last modified time
    Searched full:pcre2test (Results 26 - 49 of 49) sorted by null

12

  /external/pcre/dist2/doc/html/
pcre2callout.html 82 <a href="pcre2test.html"><b>pcre2test</b></a>
84 When any callouts are present, the output from <b>pcre2test</b> indicates how
100 if it were a++[bc]. The <b>pcre2test</b> output when this pattern is compiled
141 applied to the string "aa", the <b>pcre2test</b> output is:
322 <b>pcre2test</b> to show the next item to be matched when displaying callout
index.html 77 <tr><td><a href="pcre2test.html">pcre2test</a></td>
78 <td>&nbsp;&nbsp;The <b>pcre2test</b> command for testing PCRE2</td></tr>
pcre2stack.html 148 The <b>pcre2test</b> test program has a modifier called "find_limits" which, if
pcre2api.html     [all...]
pcre2pattern.html     [all...]
  /external/pcre/dist2/
Makefile.in 96 bin_PROGRAMS = $(am__EXEEXT_1) pcre2test$(EXEEXT)
373 am_pcre2test_OBJECTS = src/pcre2test-pcre2test.$(OBJEXT)
825 doc/pcre2test.txt
    [all...]
RunGrepTest 22 pcre2test=$builddir/pcre2test
29 if [ ! -x $pcre2test ] ; then
30 echo "** $pcre2test does not exist or is not execuatble."
49 $pcre2test -C jit >/dev/null
82 $pcre2test -C unicode >/dev/null
87 nl=`$pcre2test -C newline`
HACKING 8 the pcre2test documentation and the comment at the head of the RunTest file.
577 These values make it possible for pcre2test to output useful tracing
configure     [all...]
  /external/pcre/dist2/doc/
index.html.src 77 <tr><td><a href="pcre2test.html">pcre2test</a></td>
78 <td>&nbsp;&nbsp;The <b>pcre2test</b> command for testing PCRE2</td></tr>
pcre2stack.3 
pcre2.txt 7 pcre2test commands.
40 pcre2test -C
124 pcre2test programs are in files called pcre2grep.txt and pcre2test.txt,
149 pcre2test description of the pcre2test command
    [all...]
pcre2api.3     [all...]
pcre2pattern.3     [all...]
  /external/pcre/dist2/src/
pcre2_tables.c 42 PCRE code modules. The tables are also #included by the pcre2test program,
57 This is mode-dependent, so is skipped when this file is included by pcre2test. */
88 /* These tables are required by pcre2test in 16- or 32-bit mode, as well
89 as for the library in 8-bit mode, because pcre2test uses UTF-8 internally for
config.h.generic 267 /* Define to any value to allow pcre2test to be linked with libedit. */
270 /* Define to any value to allow pcre2test to be linked with libreadline. */
config.h.in 258 /* Define to any value to allow pcre2test to be linked with libedit. */
261 /* Define to any value to allow pcre2test to be linked with libreadline. */
pcre2_printint.c 44 local functions. This source file is #included in pcre2test.c at each supported
52 pcre2_internal.h, which is #included by pcre2test before this file. */
296 printed. Lenths can be turned off from pcre2test so that automatic tests on
pcre2_intmodedep.h 45 #included multiple times for different code unit widths by pcre2test in order
49 different parts of the pcre2test code (in particular, the included
51 multiple inclusions. Not all of these are used in pcre2test, but it's easier
593 file is included multiple times by pcre2test. LOOKBEHIND_MAX specifies the
647 /* These structures are not needed for pcre2test. */
    [all...]
pcre2_internal.h 45 pcre2test.c with CODE_UNIT_WIDTH == 0. */
96 The reason for wrapping this in #ifndef PCRE2_EXP_DECL is so that pcre2test,
228 for pcre2test.c to include some of the source files from the libraries using a
268 /* These UTF-8 macros are always defined because they are used in pcre2test for
    [all...]
pcre2test.c 51 pcre2test.c is compiled only once, and linked with all the enabled libraries.
72 apparatus is needed to compile pcre2test for z/OS. The header can be found in
218 values - pcre2test has "inside information" compared to an application program
300 widths are actually available, because the input to pcre2test is always in
    [all...]
pcre2_valid_utf.c 43 strings. This file is also #included by the pcre2test program, which uses
pcre2_ucd.c 6 by the pcre2test program, which redefines the PRIV macro to change
81 /* When #included in pcre2test, we don't need this large table. */
    [all...]
  /external/pcre/include_internal/
config.h 264 /* Define to any value to allow pcre2test to be linked with libedit. */
267 /* Define to any value to allow pcre2test to be linked with libreadline. */

Completed in 853 milliseconds

12