Home
last modified time | relevance | path

Searched refs:Parrot_interp_make_interpreter (Results 1 – 3 of 3) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/interp/
H A Dapi.c105 return Parrot_interp_make_interpreter(parent, PARROT_NO_FLAGS); in Parrot_interp_new()
150 Parrot_interp_make_interpreter(ARGIN_NULLOK(Interp *parent), INTVAL flags) in Parrot_interp_make_interpreter() function
152 ASSERT_ARGS(Parrot_interp_make_interpreter) in Parrot_interp_make_interpreter()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dinterpreter.h463 Parrot_Interp Parrot_interp_make_interpreter(
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dparrotinterpreter.pmc72 new_interp = Parrot_interp_make_interpreter(parent, (INTVAL)flag);