Home
last modified time | relevance | path

Searched refs:subexp (Results 126 – 150 of 420) sorted by relevance

12345678910>>...17

/dports/editors/xvile/vile-9.8v/
H A Dregexp.c3116 int subexp; in test_regexp() local
3159 for (subexp = 0; subexp < NSUBEXP; ++subexp) { in test_regexp()
3161 && pattern->endp[subexp] != 0 in test_regexp()
3162 && (pattern->endp[subexp] >= in test_regexp()
3163 pattern->startp[subexp])) { in test_regexp()
3165 pattern->endp[subexp] - in test_regexp()
3166 pattern->startp[subexp]; in test_regexp()
3173 subexp, offset, length - 1, in test_regexp()
3174 pattern->startp[subexp] - s, in test_regexp()
3181 pattern->endp[subexp] - in test_regexp()
[all …]
/dports/editors/vile/vile-9.8v/
H A Dregexp.c3116 int subexp; in test_regexp() local
3159 for (subexp = 0; subexp < NSUBEXP; ++subexp) { in test_regexp()
3161 && pattern->endp[subexp] != 0 in test_regexp()
3162 && (pattern->endp[subexp] >= in test_regexp()
3163 pattern->startp[subexp])) { in test_regexp()
3165 pattern->endp[subexp] - in test_regexp()
3166 pattern->startp[subexp]; in test_regexp()
3173 subexp, offset, length - 1, in test_regexp()
3174 pattern->startp[subexp] - s, in test_regexp()
3181 pattern->endp[subexp] - in test_regexp()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-tilegx.c512 expressionS subexp; in emit_tilegx_instruction() local
764 memset (&subexp, 0, sizeof subexp); in emit_tilegx_instruction()
765 subexp.X_op = O_symbol; in emit_tilegx_instruction()
766 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
767 operand_exp = &subexp; in emit_tilegx_instruction()
1388 expressionS subexp; in tilegx_cons_fix_new() local
1435 memset (&subexp, 0, sizeof subexp); in tilegx_cons_fix_new()
1436 subexp.X_op = O_symbol; in tilegx_cons_fix_new()
1437 subexp.X_add_symbol = exp->X_add_symbol; in tilegx_cons_fix_new()
1438 exp = &subexp; in tilegx_cons_fix_new()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-tilegx.c507 expressionS subexp; in emit_tilegx_instruction() local
761 memset (&subexp, 0, sizeof subexp); in emit_tilegx_instruction()
762 subexp.X_op = O_symbol; in emit_tilegx_instruction()
763 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
764 operand_exp = &subexp; in emit_tilegx_instruction()
1382 expressionS subexp; in tilegx_cons_fix_new() local
1429 memset (&subexp, 0, sizeof subexp); in tilegx_cons_fix_new()
1430 subexp.X_op = O_symbol; in tilegx_cons_fix_new()
1431 subexp.X_add_symbol = exp->X_add_symbol; in tilegx_cons_fix_new()
1432 exp = &subexp; in tilegx_cons_fix_new()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-tilegx.c507 expressionS subexp; in emit_tilegx_instruction() local
761 memset (&subexp, 0, sizeof subexp); in emit_tilegx_instruction()
762 subexp.X_op = O_symbol; in emit_tilegx_instruction()
763 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
764 operand_exp = &subexp; in emit_tilegx_instruction()
1382 expressionS subexp; in tilegx_cons_fix_new() local
1429 memset (&subexp, 0, sizeof subexp); in tilegx_cons_fix_new()
1430 subexp.X_op = O_symbol; in tilegx_cons_fix_new()
1431 subexp.X_add_symbol = exp->X_add_symbol; in tilegx_cons_fix_new()
1432 exp = &subexp; in tilegx_cons_fix_new()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-tilegx.c512 expressionS subexp; in emit_tilegx_instruction() local
764 memset (&subexp, 0, sizeof subexp); in emit_tilegx_instruction()
765 subexp.X_op = O_symbol; in emit_tilegx_instruction()
766 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
767 operand_exp = &subexp; in emit_tilegx_instruction()
1388 expressionS subexp; in tilegx_cons_fix_new() local
1435 memset (&subexp, 0, sizeof subexp); in tilegx_cons_fix_new()
1436 subexp.X_op = O_symbol; in tilegx_cons_fix_new()
1437 subexp.X_add_symbol = exp->X_add_symbol; in tilegx_cons_fix_new()
1438 exp = &subexp; in tilegx_cons_fix_new()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-tilegx.c507 expressionS subexp; in emit_tilegx_instruction() local
761 memset (&subexp, 0, sizeof subexp); in emit_tilegx_instruction()
762 subexp.X_op = O_symbol; in emit_tilegx_instruction()
763 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
764 operand_exp = &subexp; in emit_tilegx_instruction()
1382 expressionS subexp; in tilegx_cons_fix_new() local
1429 memset (&subexp, 0, sizeof subexp); in tilegx_cons_fix_new()
1430 subexp.X_op = O_symbol; in tilegx_cons_fix_new()
1431 subexp.X_add_symbol = exp->X_add_symbol; in tilegx_cons_fix_new()
1432 exp = &subexp; in tilegx_cons_fix_new()
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DRE.h49 int StartOfMatch(u_int subexp = 0) const;
50 int EndOfMatch(u_int subexp = 0) const;
/dports/textproc/py-grako/grako-3.99.9/examples/antlr2grako/grammar/
H A Dantlr.ebnf177 @:subexp '=>' ~
208 | subexp
320 subexp
/dports/sysutils/conan/conan-1.44.0/conans/search/
H A Dquery_parse.py8 def _parse_expression(subexp): argument
16 for char in subexp:
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx/
H A Dtree.h250 struct rx_exp_node * subexp,
256 struct rx_exp_node * subexp,
/dports/devel/9base/9base-6/ed/
H A Ded.c63 Resub subexp[MAXSUB]; variable
1329 if(subexp[n].s.rsp && subexp[n].e.rep) { in dosub()
1330 sp = place(sp, subexp[n].s.rsp, subexp[n].e.rep); in dosub()
1481 subexp[0].s.rsp = getline(*addr); in match()
1483 subexp[0].s.rsp = loc2; in match()
1484 subexp[0].e.rep = 0; in match()
1485 if(rregexec(pattern, linebuf, subexp, MAXSUB)) { in match()
1486 loc1 = subexp[0].s.rsp; in match()
1487 loc2 = subexp[0].e.rep; in match()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
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()
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()
/dports/devel/9base/9base-6/sed/
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()
/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/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dmacro.c37 short subexp; member
352 spec->subattr[i].subexp = -1; in macro_spec()
355 spec->subattr[i].subexp = -2; in macro_spec()
487 if (macro->subattr[j].subexp == spec->subattr[i].subexp) break; in macro_match()
586 if (m2->subattr[j].subexp == m1->subattr[i].subexp) in macro_equal()
898 if (spec->subattr[i].subexp > n) { in complete_macro()
900 spec->subattr[i].subexp, n); in complete_macro()
1249 if (p->subattr[i].subexp == -1) in print_def()
1251 else if (p->subattr[i].subexp == -2) in print_def()
1816 if (macro->subattr[x].subexp == -1) { in apply_attrs_of_match()
[all …]
/dports/lang/jimtcl/jimtcl-0.81/
H A Dglob.tcl49 set subexp [lassign [glob.explode [string range $pattern $ob+1 end]] pattern]
55 foreach subs $subexp {
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Dglob.tcl49 set subexp [lassign [glob.explode [string range $pattern $ob+1 end]] pattern]
55 foreach subs $subexp {
/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)
/dports/graphics/mesa-gallium-xa/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-dri-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)

12345678910>>...17