Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Top/
H A Dcsmodule.c1036 extern int sfont_ModuleInit(CSOUND *csound);
1104 if (UNLIKELY(sfont_ModuleInit(csound))) return CSOUND_ERROR; in csoundInitStaticModules()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsfont.c2711 int32_t sfont_ModuleInit(CSOUND *csound) in sfont_ModuleInit() function