Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c32 extern void strset_option(CSOUND *csound, char *s); /* from str_ops.c */
926 strset_option(csound, s + 6); in decode_long()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dstr_ops.c110 void strset_option(CSOUND *csound, char *s) in strset_option() function