Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/
H A Dnamespace.c683 Parrot_ns_find_named_item(PARROT_INTERP, ARGIN(STRING *name), ARGIN(SHIM(void *next))) in Parrot_ns_find_named_item() function
685 ASSERT_ARGS(Parrot_ns_find_named_item) in Parrot_ns_find_named_item()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dnamespace.h37 PMC * Parrot_ns_find_named_item(PARROT_INTERP,
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dvar.ops592 $1 = Parrot_ns_find_named_item(interp, $2, expr NEXT());
604 PMC * const sub = Parrot_ns_find_named_item(interp, $2, dest);
H A Dcore_ops.c23590 PREG(1) = Parrot_ns_find_named_item(interp, SREG(2), cur_opcode + 3); in Parrot_find_name_p_s()
23604 PREG(1) = Parrot_ns_find_named_item(interp, SCONST(2), cur_opcode + 3); in Parrot_find_name_p_sc()
23612 PMC * const sub = Parrot_ns_find_named_item(interp, SREG(2), dest); in Parrot_find_sub_not_null_p_s()
23634 PMC * const sub = Parrot_ns_find_named_item(interp, SCONST(2), dest); in Parrot_find_sub_not_null_p_sc()
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod707 =item C<Parrot_ns_find_named_item>