Home
last modified time | relevance | path

Searched refs:Parrot_str_downcase (Results 1 – 7 of 7) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/
H A Dhll.c167 hll_name = Parrot_str_downcase(interp, VTABLE_get_string(interp, name)); in Parrot_hll_register_HLL()
466 hll_name = Parrot_str_downcase(interp, hll_name); in Parrot_hll_regenerate_HLL_namespaces()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dstring_funcs.h119 STRING * Parrot_str_downcase(PARROT_INTERP, ARGIN_NULLOK(const STRING *s))
/dports/lang/parrot/parrot-8.1.0/src/runcore/
H A Dprofiling.c894 lc_filename = Parrot_str_downcase(interp, runcore->profile_filename); in init_basic_output()
/dports/lang/parrot/parrot-8.1.0/src/string/
H A Dapi.c2933 Parrot_str_downcase(PARROT_INTERP, ARGIN_NULLOK(const STRING *s)) in Parrot_str_downcase() function
2935 ASSERT_ARGS(Parrot_str_downcase) in Parrot_str_downcase()
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dstring.ops431 $1 = Parrot_str_downcase(interp, $2);
H A Dcore_ops.c22012 SREG(1) = Parrot_str_downcase(interp, SREG(2)); in Parrot_downcase_s_s()
22019 SREG(1) = Parrot_str_downcase(interp, SCONST(2)); in Parrot_downcase_s_sc()
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod1489 =item C<Parrot_str_downcase>