Home
last modified time | relevance | path

Searched refs:Parrot_str_compose (Results 1 – 5 of 5) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dstring_funcs.h94 STRING * Parrot_str_compose(PARROT_INTERP, ARGIN_NULLOK(const STRING *src))
/dports/lang/parrot/parrot-8.1.0/src/string/
H A Dapi.c3136 Parrot_str_compose(PARROT_INTERP, ARGIN_NULLOK(const STRING *src)) in Parrot_str_compose() function
3138 ASSERT_ARGS(Parrot_str_compose) in Parrot_str_compose()
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dstring.ops573 $1 = Parrot_str_compose(interp, $2);
H A Dcore_ops.c22411 SREG(1) = Parrot_str_compose(interp, SREG(2)); in Parrot_compose_s_s()
22418 SREG(1) = Parrot_str_compose(interp, SCONST(2)); in Parrot_compose_s_sc()
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod1483 =item C<Parrot_str_compose>