syms              365 src/module.c       ScmObj lp, syms, badsym = SCM_FALSE;
syms              380 src/module.c       syms = module->exported;
syms              392 src/module.c                   syms = Scm_Cons(SCM_OBJ(s), syms);
syms              399 src/module.c               syms = Scm_Cons(SCM_OBJ(s), syms);
syms              402 src/module.c       if (!error) module->exported = syms;
syms              405 src/module.c       return syms;