Home
last modified time | relevance | path

Searched refs:re_count (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/regexp/
H A Dregexi.c132 uintL re_count; in DEFFLAGSET()
134 for (re_count = 0; re_count <= re->re_nsub; re_count++) in DEFFLAGSET()
135 if (ret[re_count].rm_so >= 0 && ret[re_count].rm_eo >= 0) { in DEFFLAGSET()
139 … (const uintB*)stringz+ret[re_count].rm_so))); in DEFFLAGSET()
143 … (const uintB*)stringz+ret[re_count].rm_eo))); in DEFFLAGSET()
149 if (re_count < fixnum_to_V(Symbol_value(S(multiple_values_limit)))) { in DEFFLAGSET()
150 STACK_to_mv(re_count); in DEFFLAGSET()
153 case ret_list: VALUES1(listof(re_count)); break; in DEFFLAGSET()
154 case ret_vector: VALUES1(vectorof(re_count)); break; in DEFFLAGSET()
/dports/mail/p5-Mail-Message/Mail-Message-3.011/lib/Mail/Message/Construct/
H A DReply.pm192 my $re_count = 1;
201 { $re_count += defined $1 ? $1 : 1;
210 { $re_count++ while s/\s*\(\s*(re|forw)\W*\)\s*$//i;
222 $re_count==1 ? "Re: $text" : "Re[$re_count]: $text";
/dports/benchmarks/libmicro/libMicro-0.4.1/
H A Dsocketpair.c93 res->re_count = 0; in benchmark()
102 res->re_count = lm_optB / 2; in benchmark()
H A Dgetpid.c61 res->re_count = i; in benchmark()
H A Dnop.c60 res->re_count = i; in benchmark()
H A Dlongjmp.c62 res->re_count = i; in benchmark()
H A Dsetcontext.c65 res->re_count += lm_optB; in benchmark()
H A Dlrand48.c68 res->re_count = i; in benchmark()
H A Dsiglongjmp.c66 res->re_count = lm_optB; in benchmark()
H A Dtime.c66 res->re_count += lm_optB; in benchmark()
H A Dstrtol.c64 res->re_count = i; in benchmark()
H A Datomic.c71 res->re_count = i; in benchmark()
H A Drealpath.c82 res->re_count = i; in benchmark()
H A Dstat.c85 res->re_count += lm_optB; in benchmark()
H A Dgetcontext.c72 res->re_count = i; in benchmark()
H A Dtimes.c70 res->re_count += lm_optB; in benchmark()
H A Dexp.c70 res->re_count = i; in benchmark()
H A Dlog.c70 res->re_count = i; in benchmark()
H A Dsystem.c85 res->re_count = lm_optB; in benchmark()
H A Dfcntl.c96 res->re_count = i; in benchmark()
H A Drecurse.c95 res->re_count = i; in benchmark()
H A Dgetrusage.c71 res->re_count = i; in benchmark()
H A Dgettimeofday.c69 res->re_count = i; in benchmark()
H A Dlocaltime_r.c72 res->re_count = i; in benchmark()
H A Dexec.c98 res->re_count = lm_optB; in benchmark()

12345