Lines Matching refs:cnode
38 static int loadLibraries(cnode *root);
39 static int loadLibrary(cnode *root, const char *name);
40 static int loadEffects(cnode *root);
41 static int loadEffect(cnode *node);
43 static int addSubEffect(cnode *root);
60 cnode *root; in loadEffectConfigFile()
78 int loadLibraries(cnode *root) in loadLibraries()
80 cnode *node; in loadLibraries()
151 int loadLibrary(cnode *root, const char *name) in loadLibrary()
153 cnode *node; in loadLibrary()
233 int addSubEffect(cnode *root) in addSubEffect()
236 cnode *node; in addSubEffect()
289 int loadEffects(cnode *root) in loadEffects()
291 cnode *node; in loadEffects()
305 int loadEffect(cnode *root) in loadEffect()
307 cnode *node; in loadEffect()