HomeSort by relevance Sort by last modified time
    Searched refs:pcre_maketables (Results 1 - 10 of 10) sorted by null

  /external/pcre/
Android.mk 14 dist/pcre_maketables.c \
pcre.h 627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
  /external/pcre/dist/
pcre_maketables.c 41 /* This module contains the external function pcre_maketables(), which builds
71 pcre_maketables(void) function
156 /* End of pcre_maketables.c */
dftables.c 43 locale. Now that pcre_maketables is a function visible to the outside world, we
57 #define DFTABLES /* pcre_maketables.c notices this */
58 #include "pcre_maketables.c"
84 tables = pcre_maketables();
Makefile.am 47 doc/html/pcre_maketables.html \
238 pcre_maketables.c \
650 pcre_globals.o pcre_jit_compile.o pcre_maketables.o \
703 doc/pcre_maketables.3 \
752 ln -sf pcre_maketables.3 $(DESTDIR)$(man3dir)/pcre16_maketables.3
778 ln -sf pcre_maketables.3 $(DESTDIR)$(man3dir)/pcre32_maketables.3
pcre.h.generic 627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
pcre.h.in 627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
pcregexp.pas 407 function pcre_maketables : pchar; external; function
pcretest.c 301 #define pcre8_maketables pcre_maketables
692 #define PCRE_MAKETABLES \
693 (pcre_mode == PCRE32_MODE ? pcre32_maketables() : pcre_mode == PCRE16_MODE ? pcre16_maketables() : pcre_maketables())
888 #define PCRE_MAKETABLES
    [all...]
pcregrep.c     [all...]

Completed in 7322 milliseconds