Searched refs:pcre_maketables (Results 1 – 22 of 22) sorted by relevance
11 +pcre_maketables.obj &
11 pcre_maketables.c
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.3778 ln -sf pcre_maketables.3 $(DESTDIR)$(man3dir)/pcre32_maketables.3
71 pcre_maketables(void) in pcre_maketables() function
84 tables = pcre_maketables(); in main()
220 pcre_maketables.c pcre_newline.c pcre_ord2utf8.c \234 @WITH_PCRE8_TRUE@ libpcre_la-pcre_maketables.lo \945 doc/html/pcre_maketables.html \1086 @WITH_PCRE8_TRUE@ pcre_maketables.c \1218 pcre_globals.o pcre_jit_compile.o pcre_maketables.o \1256 doc/pcre_maketables.3 \1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_maketables.Plo@am__quote@1725 libpcre_la-pcre_maketables.lo: pcre_maketables.c1726 …pcre_maketables.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_maketables.Tpo -c -o libpcre_la-pcre_make…1727 …_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_maketables.Tpo $(DEPDIR)/libpcre_la-pcre_make…[all …]
219 pcre_maketables.c \
407 function pcre_maketables : pchar; external; in pcre_maketables() function
301 #define pcre8_maketables pcre_maketables693 …32_MODE ? pcre32_maketables() : pcre_mode == PCRE16_MODE ? pcre16_maketables() : pcre_maketables())941 #define PCRE_MAKETABLES pcre_maketables()
627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
463 pcre_maketables.c
726 The third set of tests checks pcre_maketables(), the facility for building a787 concatenated tables. A call to pcre_maketables() can be used to generate a set
2984 pcretables = pcre_maketables(); in main()
683 locale by pcre_maketables(). To use the default tables, this new argument
120 pcre_maketables.c
5214 to character tables built by pcre_maketables() in the current locale. If NULL
14 dist/pcre_maketables.c \
1652 const unsigned char *pcre_maketables(void);1776 The function pcre_maketables() is used to build a set of character2084 result of a call to pcre_maketables(). This value is stored with the2639 External tables are built by calling the pcre_maketables() function,2647 tables = pcre_maketables();2653 When pcre_maketables() runs, the tables are built in memory that is9189 pcre_maketables() documentation), this is relatively straightforward.