Home
last modified time | relevance | path

Searched refs:subexp (Results 1 – 25 of 420) sorted by last modified time

12345678910>>...17

/dports/textproc/hyphen/hyphen-2.8.8/
H A Dsubstrings.pl130 my @subexp = expand shift;
135 $pat2 = join ('', map { $_ =~ /\d/ ? () : $_ } @subexp);
141 for ($j = 0; $j < @subexp; $j += 2) {
142 if ($subexp[$j] > $exp[2 * $i + $j]) {
143 $exp[2 * $i + $j] = $subexp[$j];
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Daction.c92 static struct expr *parse_expr(int subexp);
403 static struct expr *parse_expr(int subexp) in parse_expr() argument
412 if (subexp) { in parse_expr()
422 if (!subexp) { in parse_expr()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Ddevfsd.c1387 const regmatch_t *subexp = ex + (c - '0'); in expand_regexp() local
1388 unsigned int sublen = subexp->rm_eo - subexp->rm_so; in expand_regexp()
1393 strncpy(output, devname + subexp->rm_so, sublen); in expand_regexp()
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dawk.c2156 static int awk_sub(node *rn, const char *repl, int nm, var *src, var *dest, int subexp) in awk_sub() argument
2193 if (c == '&' || (subexp && c >= '0' && c <= '9')) { in awk_sub()
/dports/net/tinyfugue/tf-50b8/src/
H A Dmacro.c39 short subexp; member
354 spec->subattr[i].subexp = -1; in macro_spec()
357 spec->subattr[i].subexp = -2; in macro_spec()
489 if (macro->subattr[j].subexp == spec->subattr[i].subexp) break; in macro_match()
588 if (m2->subattr[j].subexp == m1->subattr[i].subexp) in macro_equal()
900 if (spec->subattr[i].subexp > n) { in complete_macro()
902 spec->subattr[i].subexp, n); in complete_macro()
1251 if (p->subattr[i].subexp == -1) in print_def()
1253 else if (p->subattr[i].subexp == -2) in print_def()
1817 if (macro->subattr[x].subexp == -1) { in apply_attrs_of_match()
[all …]
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dnq+chp.c9 { short substeps,subexp,subdp,*commno,*commvec,**commer,**commkeep, in matact() local
68 fscanf(ips,"%hd%hd",&subexp,&substeps); in matact()
69 if (subexp<=0 || subexp>intexp) in matact()
72 for (i=1;i<=subexp;i++) in matact()
73 { if (subexp==intexp) { *cp=1; cp[1]=i+incr;} in matact()
92 for (i=1;i<=ncommer;i++) for (j=1;j<=subexp;j++) in matact()
128 { subexp=i; in matact()
129 if (subexp<=0 || subexp>intexp) in matact()
131 for (i=1;i<=subexp;i++) in matact()
132 { if (subexp==intexp) {*cp=1; cp[1]=i+incr;} in matact()
H A Dnqp3+.c126 { short substeps,subexp,*orpf,*commno,**commer,**comm,**subg,**pcp,subdp, in subact() local
139 fscanf(ips,"%hd%hd",&subexp,&substeps); in subact()
145 while (subexp==facexp) in subact()
146 { subdp0++; fscanf(ips,"%hd",&subexp); in subact()
147 if (subexp==0) subexp=facexp; in subact()
151 for (i=1;i<=subexp;i++) in subact()
182 for (i=1;i<=ncommer;i++) for (j=1;j<=subexp;j++) in subact()
219 { subexp=i; rpf=orpf; in subact()
220 if (subexp==facexp) in subact()
223 subexp=k; in subact()
[all …]
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdrex.cpp657 SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp) in sqstd_rex_getsubexp() argument
660 *subexp = exp->_matches[n]; in sqstd_rex_getsubexp()
/dports/lang/squirrel/squirrel3/include/
H A Dsqstdstring.h23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/games/scourge/scourge/src/squirrel/
H A Dsqstdstring.h26 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/devel/liblouis/liblouis-3.20.0/tools/lou_maketable.d/
H A Dsubstrings.pl130 my @subexp = expand shift;
135 $pat2 = join ('', map { $_ =~ /\d/ ? () : $_ } @subexp);
141 for ($j = 0; $j < @subexp; $j += 2) {
142 if ($subexp[$j] > $exp[2 * $i + $j]) {
143 $exp[2 * $i + $j] = $subexp[$j];
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Drewrite.c20 Resub subexp[NSUBEXP]; member
169 memset(rp->subexp, 0, sizeof(rp->subexp)); in findrule()
173 if(s_to_c(addrp) == rp->subexp[0].s.sp) in findrule()
202 dp->repl1 = substitute(rp->repl1, rp->subexp, mp); in rewrite()
203 dp->repl2 = substitute(rp->repl2, rp->subexp, mp); in rewrite()
267 if(subexp[i].s.sp != 0) in substitute()
268 for (s = subexp[i].s.sp; in substitute()
269 s < subexp[i].e.ep; in substitute()
296 if(subexp[0].s.sp != 0) in substitute()
297 for (s = subexp[0].s.sp; in substitute()
[all …]
H A Dmessage.c261 Resub subexp[10]; in m_read() local
277 memset(subexp, 0, sizeof(subexp)); in m_read()
278 if (regexec(rfprog, s_to_c(mp->body), subexp, 10) == 0){ in m_read()
283 memset(subexp, 0, sizeof(subexp)); in m_read()
284 if(regexec(fprog, s_to_c(mp->body), subexp,10) == 0) in m_read()
287 append_match(subexp, s_restart(sender), SENDERMATCH); in m_read()
288 append_match(subexp, s_restart(mp->date), DATEMATCH); in m_read()
291 append_match(subexp, s_restart(sender), REMSENDERMATCH); in m_read()
292 append_match(subexp, s_restart(mp->date), REMDATEMATCH); in m_read()
293 if(subexp[REMSYSMATCH].s.sp!=subexp[REMSYSMATCH].e.ep){ in m_read()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/common/
H A Dauxx.c29 append_match(Resub *subexp, String *sp, int se) in append_match() argument
33 cp = subexp[se].s.sp; in append_match()
34 ep = subexp[se].e.ep; in append_match()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dsed.c101 Resub subexp[MAXSUB]; /* sub-patterns of pattern match*/ variable
995 subexp[0].s.rsp = buf; in match()
996 subexp[0].e.rep = 0; in match()
997 if (rregexec(pattern, linebuf, subexp, MAXSUB) > 0) { in match()
998 loc1 = subexp[0].s.rsp; in match()
999 loc2 = subexp[0].e.rep; in match()
1055 if (subexp[n].s.rsp && subexp[n].e.rep) { in dosub()
1056 sp = place(sp, subexp[n].s.rsp, subexp[n].e.rep); in dosub()
H A Ded.c69 Resub subexp[MAXSUB]; variable
1334 if(subexp[n].s.rsp && subexp[n].e.rep) { in dosub()
1335 sp = place(sp, subexp[n].s.rsp, subexp[n].e.rep); in dosub()
1486 subexp[0].s.rsp = getline(*addr); in match()
1488 subexp[0].s.rsp = loc2; in match()
1489 subexp[0].e.rep = 0; in match()
1490 if(rregexec(pattern, linebuf, subexp, MAXSUB)) { in match()
1491 loc1 = subexp[0].s.rsp; in match()
1492 loc2 = subexp[0].e.rep; in match()
/dports/databases/gnatsweb4/gnatsweb-4.00/
H A Dgnatsweb.pl2292 my $subexp = "";
2308 $subexp = appendexpr ($subexp, '|', "$field~\"^$sval\$\"");
2312 $subexp = appendexpr ($subexp, '|', "$field~\"$sval\"");
2316 $expr = appendexpr ($expr, '&', $subexp);
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/perf/
H A Dgen_perf.py158 def brkt(subexp): argument
159 if " " in subexp:
160 return "(" + subexp + ")"
162 return subexp
263 subexp = callback(args)
265 stack.append(subexp)
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dcbs_av1.c613 #define subexp(name, max, subs, ...) do { \ macro
653 #undef subexp
693 #define subexp(name, max, subs, ...) do { \ macro
731 #undef subexp
H A Dcbs_av1_syntax_template.c1143 subexp(gm_params[ref][idx], num_syms, 2, ref, idx); in FUNC()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsubst.c1829 int subexp; in paramsubst() local
2368 if ((subexp = (inbrace && s[-1] && isstring(*s) && in paramsubst()
2437 subexp = 0; in paramsubst()
2461 subexp = 1; in paramsubst()
2482 if (!subexp || aspar) { in paramsubst()
2516 if (!(v = fetchvalue(&vbuf, (subexp ? &ov : &s), in paramsubst()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/perf/
H A Dgen_perf.py156 def brkt(subexp): argument
157 if " " in subexp:
158 return "(" + subexp + ")"
160 return subexp
261 subexp = callback(args)
263 stack.append(subexp)
/dports/lang/clover/mesa-21.3.6/src/intel/perf/
H A Dgen_perf.py156 def brkt(subexp): argument
157 if " " in subexp:
158 return "(" + subexp + ")"
160 return subexp
261 subexp = callback(args)
263 stack.append(subexp)
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/perf/
H A Dgen_perf.py156 def brkt(subexp): argument
157 if " " in subexp:
158 return "(" + subexp + ")"
160 return subexp
261 subexp = callback(args)
263 stack.append(subexp)
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/perf/
H A Dgen_perf.py156 def brkt(subexp): argument
157 if " " in subexp:
158 return "(" + subexp + ")"
160 return subexp
261 subexp = callback(args)
263 stack.append(subexp)

12345678910>>...17