Home | History | Annotate | Download | only in guile

Lines Matching refs:swig_module

386 ensure_smob_tag(SCM swig_module,
391 SCM variable = scm_module_variable(swig_module,
395 scm_c_module_define(swig_module, scheme_variable_name,
408 static SCM swig_module;
410 if (swig_initialized) return swig_module;
413 swig_module = scm_c_resolve_module("Swig swigrun");
414 if (ensure_smob_tag(swig_module, &swig_tag,
419 if (ensure_smob_tag(swig_module, &swig_collectable_tag,
425 if (ensure_smob_tag(swig_module, &swig_destroyed_tag,
430 if (ensure_smob_tag(swig_module, &swig_member_function_tag,
443 return swig_module;
464 SWIG_Guile_SetModule(swig_module_info *swig_module)
473 scm_from_ulong((unsigned long) swig_module));