root             1038 gc/tests/test.c     tn * root;
root             1041 gc/tests/test.c     root = mktree(TREE_HEIGHT);
root             1045 gc/tests/test.c     chktree(root, TREE_HEIGHT);
root             1051 gc/tests/test.c     GC_noop(root);	/* Root needs to remain live until	*/
root             1053 gc/tests/test.c     root = mktree(TREE_HEIGHT);
root             1054 gc/tests/test.c     chktree(root, TREE_HEIGHT);
root             1056 gc/tests/test.c         root = mktree(i);
root             1057 gc/tests/test.c         chktree(root, i);
root                8 gc/tests/trace_test.c } * root[10];
root               23 gc/tests/trace_test.c     root[i] = mktree(12);
root               99 src/compare.c  static inline void shift_up(ScmObj *elts, int root, int nelts,
root              102 src/compare.c      int l = root+1, maxchild;
root              547 src/macro.c        ScmObj root;                /* root of the tree */
root              559 src/macro.c            mvec[i].branch = mvec[i].sprout = mvec[i].root = SCM_NIL;
root              570 src/macro.c        ScmObj tree = mvec[count].root;
root              595 src/macro.c                       mvec[i].branch, mvec[i].sprout, mvec[i].root);
root              611 src/macro.c        if (rec->root == SCM_NIL) {
root              612 src/macro.c            rec->sprout = rec->root = SPROUT;
root              616 src/macro.c        trunc = rec->root;
root              657 src/macro.c                    mvec[count].root = Scm_ReverseX(mvec[count].branch);
root              672 src/macro.c            mvec[count].root = matched;