Home
last modified time | relevance | path

Searched refs:pyeval_krate (Results 1 – 2 of 2) sorted by relevance

/dports/audio/csound/csound-6.15.0/Opcodes/py/
H A Dpythonopcodes.c410 { "pyeval", sizeof(PYEVAL), 0, 2, "k", "S", NULL, (SUBR)pyeval_krate },
411 { "pyevali", sizeof(PYEVAL), 0, 1, "i", "S", (SUBR)pyeval_krate },
H A Dpyx.auto.c355 static int pyeval_krate(CSOUND *csound, PYEVAL *p) in pyeval_krate() function