Lines Matching refs:scripting_ops
31 struct scripting_ops *ops;
38 struct scripting_ops *ops) in script_spec__new()
65 static int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()
81 struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup()
91 int script_spec__for_each(int (*cb)(struct scripting_ops *ops, const char *spec)) in script_spec__for_each()
173 struct scripting_ops python_scripting_unsupported_ops = {
183 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument
189 script_spec_register("Python", scripting_ops) || in register_python_scripting()
190 script_spec_register("py", scripting_ops)) { in register_python_scripting()
202 extern struct scripting_ops python_scripting_ops;
239 struct scripting_ops perl_scripting_unsupported_ops = {
249 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument
255 script_spec_register("Perl", scripting_ops) || in register_perl_scripting()
256 script_spec_register("pl", scripting_ops)) { in register_perl_scripting()
268 extern struct scripting_ops perl_scripting_ops;