Home
last modified time | relevance | path

Searched refs:repl2 (Results 1 – 25 of 107) sorted by relevance

12345

/dports/comms/rtl-433/rtl_433-21.12/
H A Dmaintainer_update.py189 repl2 = get_help_text('-d') + '\n' variable
190 repl2 += get_help_text('-g') + '\n'
191 repl2 += get_help_text('-X') + '\n'
192 repl2 += get_help_text('-F') + '\n'
193 repl2 += get_help_text('-M') + '\n'
194 repl2 += get_help_text('-r') + '\n'
195 repl2 += get_help_text('-w') + '\n'
197 r'```', repl + devices + repl2, 'README.md')
213 repl = markup_man_text(repl + repl2)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Drewrite.c17 String *repl2; /* second replacement String */ member
95 rp->repl2 = rule_parse(line, system, &backl); in getrule()
110 s_free(rp->repl2); in getrule()
203 dp->repl2 = substitute(rp->repl2, rp->subexp, mp); in rewrite()
209 if(dp->repl2) in rewrite()
210 fprint(2, "%s", s_to_c(dp->repl2)); in rewrite()
345 fprint(2, " '%s'\n", rp->repl2 ? rp->repl2->base:"..."); in dumprules()
H A Ddest.c25 dp->repl1 = dp->repl2 = 0; in d_new()
36 s_free(dp->repl2); in d_free()
107 if(new->repl2 == 0) in d_same_dup()
110 if(strcmp(s_to_c(dp->repl2), s_to_c(new->repl2))==0) in d_same_dup()
127 len = new->repl2 ? strlen(s_to_c(new->repl2)) : 0; in d_same_insert()
H A Dmain.c277 if(dp->pstat && *s_to_c(dp->repl2)) in complain_mail()
278 return refuse(dp, mp, s_to_c(dp->repl2), dp->pstat, 0); in complain_mail()
289 if(dp->pstat && *s_to_c(dp->repl2)) in complain_mail()
290 return refuse(dp, mp, s_to_c(dp->repl2), dp->pstat, 0); in complain_mail()
341 if (next->repl2 != 0) { in pipe_mail()
343 s_append(cmd, s_to_c(next->repl2)); in pipe_mail()
/dports/audio/kmix/kmix-21.12.3/backends/
H A Dmixer_mpris2.cpp95 QDBusPendingReply<> repl2 = in mediaControl() local
99 QDBusPendingCallWatcher* watchMediaControlReply = new QDBusPendingCallWatcher(repl2, mad); in mediaControl()
347 QDBusPendingReply<QVariant > repl2 = mad->propertyIfc->asyncCall("Get", v1, v2); in addMprisControlAsync() local
348 QDBusPendingCallWatcher* watchIdentity = new QDBusPendingCallWatcher(repl2, mad); in addMprisControlAsync()
352 repl2 = mad->propertyIfc->asyncCall("Get", v1, v2); in addMprisControlAsync()
353 watchIdentity = new QDBusPendingCallWatcher(repl2, mad); in addMprisControlAsync()
561 QDBusPendingReply<QVariant > repl2 = mprisCtl->propertyIfc->asyncCall("Get", v1, v2); in watcherPlugControlId() local
562 QDBusPendingCallWatcher* watcherOutgoing = new QDBusPendingCallWatcher(repl2, mprisCtl); in watcherPlugControlId()
566 repl2 = mprisCtl->propertyIfc->asyncCall("Get", v1, v2); in watcherPlugControlId()
567 watcherOutgoing = new QDBusPendingCallWatcher(repl2, mprisCtl); in watcherPlugControlId()
/dports/devel/py-asttokens/asttokens-2.0.5/tests/
H A Dtest_util.py102 repl2 = [atok.get_text_range(n) + ('val',) for n in strings]
103 self.assertEqual(asttokens.util.replace(source, repl1 + repl2),
105 self.assertEqual(asttokens.util.replace(source, repl2 + repl1),
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/scripts/
H A Dgenerate-vcprojects.bat126 set repl2= variable
172 %SED_COMMAND% -e "s/%find1%/%repl1%/g" -e "s/%find2%/%repl2%/g" -e "s/%find3%/%repl3%/g" -e "s#%fin…
192 %SED_COMMAND% -e "s/%find1%/%repl1%/g" -e "s/%find2%/%repl2%/g" -e "s/%find3%/%repl3%/g" -e "s#%fin…
214 %SED_COMMAND% -e "s/%find1%/%repl1%/g" -e "s/%find2%/%repl2%/g" -e "s/%find3%/%repl3%/g" -e "s#%fin…
234 %SED_COMMAND% -e "s/%find1%/%repl1%/g" -e "s/%find2%/%repl2%/g" -e "s/%find3%/%repl3%/g" -e "s#%fin…
258 %SED_COMMAND% -e "s/%find1%/%repl1%/g" -e "s/%find2%/%repl2%/g" -e "s/%find3%/%repl3%/g" -e "s#%fin…
278 %SED_COMMAND% -e "s/%find1%/%repl1%/g" -e "s/%find2%/%repl2%/g" -e "s/%find3%/%repl3%/g" -e "s#%fin…
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c22 float repl2 (float vary) in repl2() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-5.c25 float repl2 (float vary) in repl2() function

12345