Lines Matching refs:program

6 the pcredemo program. There are separate text files for the pcregrep and
147 is a program listing), are concatenated in pcre.txt, for ease of
159 pcredemo a demonstration C program that uses PCRE
170 pcresample discussion of the pcredemo program
494 The pcretest program continues to operate with 8-bit input and output
513 library, and the pcregrep program is at present 8-bit only.
822 The pcretest program continues to operate with 8-bit input and output
841 library, and the pcregrep program is at present 8-bit only.
932 pcregrep is an 8-bit program. None of these are built if you select
1129 reverse order. A calling program might be able to implement optimized
1175 Instead, a program called dftables is compiled and run. This outputs
1737 program against a non-dll pcre.a file, you must define PCRE_STATIC
1744 a Perl-compatible manner. A sample program that demonstrates the sim-
1746 the PCRE source distribution. A listing of this program is given in the
1805 so a calling program can replace them if it wishes to intercept the
1890 later time, possibly by a different program, and even on a host other
2400 may cause your program to crash or loop. Note that this option can also
2531 calling program wants to pass any of the other fields to pcre_exec() or
2595 lower bound. You can find out the value in a calling program via the
3345 in the pcredemo sample program. In the most general case, you have to
3427 subject or an invalid value of startoffset is undefined. Your program
3497 demo sample program. In the most general case, you have to check to see
3941 pcre_free, which of course could be called directly from a C program.
4342 matching. The pcretest program has a pattern qualifier (/C) that sets
4771 writers who are not able to change the program that processes the pat-
7461 program. It causes the PCRE_NO_START_OPTIMIZE option to be set when
8184 result is undefined and your program may crash.
8352 A program that is linked with PCRE 8.20 or later can tell if JIT sup-
8355 ever, a simple program does not need to check this in order to use JIT.
8361 If your program may sometimes be linked with versions of PCRE that are
8381 For a program that may be linked with pre-8.20 versions of PCRE, you
8558 This is a suggestion for how a multithreaded program that needs to set
8599 The owner of the stack is the user program, not the JIT studied pattern
8600 or anything else. The user program must ensure that if a stack is used
8999 matched string. It is up to the calling program to do that if it needs
9646 regexec(), the result is undefined and your program is likely to crash.
10125 A simple, complete demonstration program, to get you started with using
10127 listing of this program is given in the pcredemo documentation. If you
10131 The demonstration program, which uses the original PCRE 8-bit library,
10135 the program outputs the portion of the subject that matched, together
10138 If the -g option is given on the command line, the program then goes on
10146 tion program using this command:
10152 installed in /usr/local, you can compile the demonstration program
10158 In a Windows environment, if you want to statically link the program
10164 Once you have compiled and linked the demonstration program, you can
10170 Note that there is a much more comprehensive test program, called
10172 expressions and both PCRE libraries. The pcredemo program is provided
10381 In Unix-like environments, the pcretest test program has a command line
10437 is also possible to set a stack size when linking a program. There is a