Home
last modified time | relevance | path

Searched refs:TRE (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/tre/dist/
H A DREADME.md4 TRE is a lightweight, robust, and efficient POSIX compliant regexp
8 The matching algorithm used in TRE uses linear worst-case time in
48 After this, you can run the configure script and build TRE as usual:
76 TRE is not just yet another regexp matcher. TRE has some features
86 some measure of closeness. TRE uses the edit-distance measure (also
92 of the match. TRE can report the matches which have a cost lower than
93 some given threshold value. TRE can also be used to search for matches
96 TRE includes a version of the agrep (approximate grep) command line
99 from University of Arizona) TRE agrep allows full regexps of any
106 POSIX defines the behaviour of regexp functions precisely. TRE
[all …]
H A Dconfigure.ac2 AC_INIT(TRE, 0.8.0) package
20 AC_DEFINE_UNQUOTED(TRE_VERSION, "$tre_version", [ TRE version string. ])
21 AC_DEFINE_UNQUOTED(TRE_VERSION_1, $tre_version_1, [ TRE version level 1. ])
22 AC_DEFINE_UNQUOTED(TRE_VERSION_2, $tre_version_2, [ TRE version level 2. ])
23 AC_DEFINE_UNQUOTED(TRE_VERSION_3, $tre_version_3, [ TRE version level 3. ])
42 [ Define if you want TRE to print debug messages to stdout. ])
116 [ Define if you want TRE to use alloca() instead of malloc() when
124 [try to make TRE compatible with the system \
131 # TRE regex.h using `#include "/path/to/regex.h"'). Then we need to
254 [ Define to include the system regex.h from TRE regex.h ])
[all …]
H A Dtre.pc.in6 Name: TRE name
7 Description: TRE regexp matching library
H A Dtre.spec.in16 TRE is a lightweight, robust, and efficient POSIX compatible regexp
33 building applications which use the TRE library.
51 Unlike other agrep implementations, TRE agrep allows full POSIX
110 - included in the TRE source tree as `tre.spec.in'.
H A DNEWS35 previous versions of TRE adding a "+" or "*" caused the
50 - TRE now builds cleanly on x86_64 and other 64 bit platforms.
125 optional features compiled in the TRE library. Also added
189 - System ABI support. TRE is now by default configured to be
192 TRE's own). This can be disabled with --disable-system-abi.
228 - The name of the package changed to TRE.
H A DTODO8 Master's Thesis, but it's not TRE-specific, and it's a
H A DLICENSE1 This is the license, copyright notice, and disclaimer for TRE, a regex
H A DChangeLog.old273 * configure.ac: Added AC_LIBTOOL_TAGS([]) so TRE can be compiled
504 storing a pointer to a TNFA. TRE is now configured by default to
535 compiling TRE and `retest' for Windows with MS Visual C++.
614 * Changed the name of the package from "libtre" to just "TRE".
644 Note that libintl is *not* included in the TRE package.
/netbsd-src/external/bsd/tre/dist/win32/
H A Dtre-config.h.in32 /* Define if you want TRE to use alloca() instead of malloc() when allocating
36 /* Define to include the system regex.h from TRE regex.h */
42 /* TRE version string. */
45 /* TRE version level 1. */
48 /* TRE version level 2. */
51 /* TRE version level 3. */
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-config.h.in33 /* TRE version string. */
36 /* TRE version level 1. */
39 /* TRE version level 2. */
42 /* TRE version level 3. */
H A DREADME17 - Regexp parser. Parses a POSIX regexp (with TRE extensions) into
/netbsd-src/external/bsd/tre/lib/
H A Dtre.pc6 Name: TRE name
7 Description: TRE regexp matching library
/netbsd-src/external/bsd/tre/dist/python/
H A Dsetup.py.in1 # setup.py - Builds and installs the TRE Python language bindings module
26 description = "Python module for TRE",
/netbsd-src/external/bsd/tre/dist/po/
H A Dfi.po1 # Finnish translations for TRE package.
2 # This file is distributed under the same license as the TRE package.
6 "Project-Id-Version: TRE 0.7.4\n"
210 "PATTERN is a POSIX extended regular expression (ERE) with the TRE "
216 "extended regular expression). Lis�ksi voidaan k�ytt�� TRE:n laajennuksia.\n"
H A Dsv.po1 # Swedish translation of TRE.
2 # This file is distributed under the same license as the TRE package.
201 "PATTERN is a POSIX extended regular expression (ERE) with the TRE "
205 "MÖNSTER är ett POSIX-utökat reguljärt uttryck (ERE) med TRE-utökningar.\n"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp822 TailRecursionEliminator TRE(F, TTI, AA, ORE, DTU); in eliminate() local
825 MadeChange |= TRE.processBlock(BB, !CanTRETailMarkedCall); in eliminate()
827 TRE.cleanupAndFinalize(); in eliminate()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmap108 # sub-file Type[10] like "GARMIN RGN" "GARMIN TRE", "GARMIN TYP", etc.
162 # sub-file typ like RGN TRE MDR LBL
249 >>9 string TRE tree
316 # LBL:2A9h,SRT:1Dh 25h 27h,TRE:CFh 135h,TRF:5Ah,TYP:5Bh 6Eh 7Ch AEh,RGN:7Dh
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-proto-html281 TRE
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst1116 #. TRE is performed if the function returns void, if the return returns the
1119 return returns something else (like constant 0), and can still be TRE'd. It
1120 can be TRE'd if *all other* return instructions in the function return the
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ196.td593 def : InstRW<[WLat30, WLat30, MCD], (instregex "TRE$")>;
H A DSystemZScheduleZEC12.td606 def : InstRW<[WLat30, WLat30, MCD], (instregex "TRE$")>;
H A DSystemZScheduleZ13.td635 def : InstRW<[WLat30, WLat30, MCD], (instregex "TRE$")>;
H A DSystemZScheduleZ14.td645 def : InstRW<[WLat30, WLat30, MCD], (instregex "TRE$")>;
H A DSystemZScheduleZ15.td659 def : InstRW<[WLat30, WLat30, MCD], (instregex "TRE$")>;
H A DSystemZInstrInfo.td1880 def TRE : SideEffectBinaryMemMemRRE<"tre", 0xB2A5, GR128, GR64>;

12