Home
last modified time | relevance | path

Searched refs:Parrot_ns_get_name (Results 1 – 6 of 6) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/
H A Dnamespace.c486 Parrot_ns_get_name(PARROT_INTERP, ARGIN(PMC *_namespace)) in Parrot_ns_get_name() function
488 ASSERT_ARGS(Parrot_ns_get_name) in Parrot_ns_get_name()
H A Dsub.c71 ns_array = Parrot_ns_get_name(interp, sub->namespace_stash); in Parrot_sub_full_sub_name()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dnamespace.h63 PMC * Parrot_ns_get_name(PARROT_INTERP, ARGIN(PMC *_namespace))
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dclass.pmc314 name_arg = Parrot_ns_get_name(interp, new_namespace);
554 PMC * const names = Parrot_ns_get_name(interp, _namespace);
1685 PMC * const names = Parrot_ns_get_name(INTERP,
H A Drole.pmc515 PMC * const names = Parrot_ns_get_name(INTERP, _namespace);
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod949 =item C<Parrot_ns_get_name>