Home
last modified time | relevance | path

Searched refs:capturecount (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dpcre_wrap.c18 int capturecount, int *errptr);
87 …e_wrap_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcre_wrap_compile_replacement() argument
198 if (rstruct->backref[refnum] > capturecount) in pcre_wrap_compile_replacement()
208 rstruct->backref[refnum] = capturecount; in pcre_wrap_compile_replacement()
286 int capturecount; in pcre_wrap_compile() local
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
333 …pcre_wrap_compile_replacement(substitute, newjob->flags & PCRE_WRAP_TRIVIAL, capturecount, errptr); in pcre_wrap_compile()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dpcre_wrap.c18 int capturecount, int *errptr);
87 …e_wrap_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcre_wrap_compile_replacement() argument
198 if (rstruct->backref[refnum] > capturecount) in pcre_wrap_compile_replacement()
208 rstruct->backref[refnum] = capturecount; in pcre_wrap_compile_replacement()
286 int capturecount; in pcre_wrap_compile() local
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
333 …pcre_wrap_compile_replacement(substitute, newjob->flags & PCRE_WRAP_TRIVIAL, capturecount, errptr); in pcre_wrap_compile()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dpcre_wrap.c18 int capturecount, int *errptr);
87 …e_wrap_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcre_wrap_compile_replacement() argument
198 if (rstruct->backref[refnum] > capturecount) in pcre_wrap_compile_replacement()
208 rstruct->backref[refnum] = capturecount; in pcre_wrap_compile_replacement()
286 int capturecount; in pcre_wrap_compile() local
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
333 …pcre_wrap_compile_replacement(substitute, newjob->flags & PCRE_WRAP_TRIVIAL, capturecount, errptr); in pcre_wrap_compile()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dpcre_wrap.c18 int capturecount, int *errptr);
87 …e_wrap_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcre_wrap_compile_replacement() argument
198 if (rstruct->backref[refnum] > capturecount) in pcre_wrap_compile_replacement()
208 rstruct->backref[refnum] = capturecount; in pcre_wrap_compile_replacement()
286 int capturecount; in pcre_wrap_compile() local
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
333 …pcre_wrap_compile_replacement(substitute, newjob->flags & PCRE_WRAP_TRIVIAL, capturecount, errptr); in pcre_wrap_compile()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dpcre_wrap.c18 int capturecount, int *errptr);
87 …e_wrap_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcre_wrap_compile_replacement() argument
198 if (rstruct->backref[refnum] > capturecount) in pcre_wrap_compile_replacement()
208 rstruct->backref[refnum] = capturecount; in pcre_wrap_compile_replacement()
286 int capturecount; in pcre_wrap_compile() local
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
333 …pcre_wrap_compile_replacement(substitute, newjob->flags & PCRE_WRAP_TRIVIAL, capturecount, errptr); in pcre_wrap_compile()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dpcre_wrap.c18 int capturecount, int *errptr);
87 …e_wrap_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcre_wrap_compile_replacement() argument
198 if (rstruct->backref[refnum] > capturecount) in pcre_wrap_compile_replacement()
208 rstruct->backref[refnum] = capturecount; in pcre_wrap_compile_replacement()
286 int capturecount; in pcre_wrap_compile() local
326 *errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount); in pcre_wrap_compile()
333 …pcre_wrap_compile_replacement(substitute, newjob->flags & PCRE_WRAP_TRIVIAL, capturecount, errptr); in pcre_wrap_compile()
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dpcrs.c62 int capturecount, int *errptr);
203 int capturecount = PCRS_MAX_SUBMATCHES; /* XXX: fuzzworthy? */ in pcrs_compile_fuzzed_replacement() local
208 return pcrs_compile_replacement(replacement, trivial_flag, capturecount, errptr); in pcrs_compile_fuzzed_replacement()
238 … *pcrs_compile_replacement(const char *replacement, int trivialflag, int capturecount, int *errptr) in pcrs_compile_replacement() argument
376 if (r->backref[l] > capturecount) in pcrs_compile_replacement()
391 r->backref[l] = capturecount; in pcrs_compile_replacement()
630 int capturecount; in pcrs_compile() local
700 …> (*errptr = pcre_fullinfo(newjob->pattern, newjob->hints, PCRE_INFO_CAPTURECOUNT, &capturecount))) in pcrs_compile()
710 …titute = pcrs_compile_replacement(substitute, newjob->flags & PCRS_TRIVIAL, capturecount, errptr))) in pcrs_compile()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxo_regsub.c59 int options, erroffset, capturecount; in nxo_p_regsub_init() local
117 &capturecount) != 0) in nxo_p_regsub_init()
135 a_regsub->ovcnt = (capturecount + 1) * 3; in nxo_p_regsub_init()
H A Dnxo_regex.c57 int options, erroffset, capturecount; in nxo_p_regex_init() local
110 &capturecount) != 0) in nxo_p_regex_init()
128 a_regex->ovcnt = (capturecount + 1) * 3; in nxo_p_regex_init()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/include/libonyx/
H A Dnxo_regsub_l.h76 int capturecount; member
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c530 static short capturecount = 0; variable
11139 if (capturecount > 9999) { in screencapture_tga()
11147 fn[i++] = ((capturecount/10)%10)+48; in screencapture_tga()
11148 fn[i++] = (capturecount%10)+48; in screencapture_tga()
11156 capturecount++; in screencapture_tga()
11242 capturecount++; in screencapture_tga()
11299 if (capturecount > 9999) { in screencapture_pcx()
11307 fn[i++] = ((capturecount/10)%10)+48; in screencapture_pcx()
11308 fn[i++] = (capturecount%10)+48; in screencapture_pcx()
11316 capturecount++; in screencapture_pcx()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/pcre/
H A Dtest.tst20 (pcre:pattern-info d :capturecount) (pcre:pcre-exec d "")
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C219 static short posfil, capturecount = 0, hitcnt; variable
2576 filename[4] = ((capturecount/1000)%10)+48; in screencapture()
2577 filename[5] = ((capturecount/100)%10)+48; in screencapture()
2578 filename[6] = ((capturecount/10)%10)+48; in screencapture()
2579 filename[7] = (capturecount%10)+48; in screencapture()
2693 capturecount++; in screencapture()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C218 static short posfil, capturecount = 0, hitcnt; variable
2615 filename[4] = ((capturecount/1000)%10)+48; in screencapture()
2616 filename[5] = ((capturecount/100)%10)+48; in screencapture()
2617 filename[6] = ((capturecount/10)%10)+48; in screencapture()
2618 filename[7] = (capturecount%10)+48; in screencapture()
2732 capturecount++; in screencapture()