Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dvar.ops327 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp);
332 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp);
427 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp);
432 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp);
523 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp);
528 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp);
H A Dcore_ops.c23005 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_namespace_p()
23014 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_namespace_p_p()
23031 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_namespace_p_pc()
23207 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_global_p_s()
23216 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_global_p_sc()
23225 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_global_p_p_s()
23248 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_global_p_pc_s()
23271 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_global_p_p_sc()
23294 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_get_hll_global_p_pc_sc()
23479 PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); in Parrot_set_hll_global_s_p()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/
H A Dhll.c402 Parrot_hll_get_ctx_HLL_namespace(PARROT_INTERP) in Parrot_hll_get_ctx_HLL_namespace() function
404 ASSERT_ARGS(Parrot_hll_get_ctx_HLL_namespace) in Parrot_hll_get_ctx_HLL_namespace()
H A Dnamespace.c702 g = Parrot_ns_find_namespace_global(interp, Parrot_hll_get_ctx_HLL_namespace(interp), name); in Parrot_ns_find_named_item()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dhll.h22 PMC* Parrot_hll_get_ctx_HLL_namespace(PARROT_INTERP)
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod729 =item C<Parrot_hll_get_ctx_HLL_namespace>