defaultParents    104 src/module.c   static ScmObj defaultParents = SCM_NIL; /* will be initialized */
defaultParents    116 src/module.c       m->parents = defaultParents;
defaultParents    615 src/module.c       defaultParents = SCM_LIST1(SCM_CAR(mpl));