Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Frontends/csound/
H A Dcsound_main.c42 extern int csoundErrCnt(CSOUND*);
330 errs = csoundErrCnt(csound); in main()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c107 PUBLIC int csoundErrCnt(CSOUND *);
514 csoundErrCnt,
4525 int csoundErrCnt(CSOUND *csound) { return csound->perferrcnt; } in csoundErrCnt() function