Lines Matching refs:program

6 the pcredemo program. There are separate text files for the pcregrep and
136 is a program listing), are concatenated in pcre.txt, for ease of
148 pcredemo a demonstration C program that uses PCRE
159 pcresample discussion of the pcredemo program
483 The pcretest program continues to operate with 8-bit input and output
502 library, and the pcregrep program is at present 8-bit only.
811 The pcretest program continues to operate with 8-bit input and output
830 library, and the pcregrep program is at present 8-bit only.
921 pcregrep is an 8-bit program. None of these are built if you select
1118 reverse order. A calling program might be able to implement optimized
1164 Instead, a program called dftables is compiled and run. This outputs
1726 program against a non-dll pcre.a file, you must define PCRE_STATIC
1733 a Perl-compatible manner. A sample program that demonstrates the sim-
1735 the PCRE source distribution. A listing of this program is given in the
1794 so a calling program can replace them if it wishes to intercept the
1879 later time, possibly by a different program, and even on a host other
2389 may cause your program to crash or loop. Note that this option can also
2520 calling program wants to pass any of the other fields to pcre_exec() or
2584 lower bound. You can find out the value in a calling program via the
3334 in the pcredemo sample program. In the most general case, you have to
3416 subject or an invalid value of startoffset is undefined. Your program
3486 demo sample program. In the most general case, you have to check to see
3930 pcre_free, which of course could be called directly from a C program.
4331 matching. The pcretest program has a pattern qualifier (/C) that sets
4760 writers who are not able to change the program that processes the pat-
7437 program. It causes the PCRE_NO_START_OPTIMIZE option to be set when
8160 result is undefined and your program may crash.
8328 A program that is linked with PCRE 8.20 or later can tell if JIT sup-
8331 ever, a simple program does not need to check this in order to use JIT.
8337 If your program may sometimes be linked with versions of PCRE that are
8357 For a program that may be linked with pre-8.20 versions of PCRE, you
8534 This is a suggestion for how a multithreaded program that needs to set
8575 The owner of the stack is the user program, not the JIT studied pattern
8576 or anything else. The user program must ensure that if a stack is used
8975 matched string. It is up to the calling program to do that if it needs
9622 regexec(), the result is undefined and your program is likely to crash.
10101 A simple, complete demonstration program, to get you started with using
10103 listing of this program is given in the pcredemo documentation. If you
10107 The demonstration program, which uses the original PCRE 8-bit library,
10111 the program outputs the portion of the subject that matched, together
10114 If the -g option is given on the command line, the program then goes on
10122 tion program using this command:
10128 installed in /usr/local, you can compile the demonstration program
10134 In a Windows environment, if you want to statically link the program
10140 Once you have compiled and linked the demonstration program, you can
10146 Note that there is a much more comprehensive test program, called
10148 expressions and both PCRE libraries. The pcredemo program is provided
10357 In Unix-like environments, the pcretest test program has a command line
10413 is also possible to set a stack size when linking a program. There is a