depth              44 gc/cord/cordbscs.c 	char depth;	/* concatenation nesting depth. */
depth              56 gc/cord/cordbscs.c 	char depth;	/* always 0	*/
depth              65 gc/cord/cordbscs.c 	char depth;
depth              89 gc/cord/cordbscs.c #define DEPTH(s) (((CordRep *)s) -> generic.depth)
depth             124 gc/cord/cordbscs.c                x, (int)(conc -> len), (int)(conc -> depth));
depth             151 gc/cord/cordbscs.c     register int depth;
depth             167 gc/cord/cordbscs.c             depth = 1;
depth             201 gc/cord/cordbscs.c                 depth = 1;
depth             203 gc/cord/cordbscs.c                 depth = DEPTH(x) + 1;
depth             206 gc/cord/cordbscs.c             depth = DEPTH(x) + 1;
depth             217 gc/cord/cordbscs.c     	result->depth = depth;
depth             222 gc/cord/cordbscs.c     	if (depth >= MAX_DEPTH) {
depth             234 gc/cord/cordbscs.c     register int depth;
depth             243 gc/cord/cordbscs.c         depth = DEPTH(y) + 1;
depth             248 gc/cord/cordbscs.c         depth = DEPTH(x) + 1;
depth             249 gc/cord/cordbscs.c         if (depthy >= depth) depth = depthy + 1;
depth             258 gc/cord/cordbscs.c     	result->depth = depth;
depth             263 gc/cord/cordbscs.c     	if (depth >= MAX_DEPTH) {
depth             689 gc/cord/cordbscs.c     register int depth;
depth             694 gc/cord/cordbscs.c                && ((depth = DEPTH(x)) >= MAX_DEPTH
depth             695 gc/cord/cordbscs.c                    || len < min_len[depth])) {
depth             138 src/compare.c  static void sort_q(ScmObj *elts, int lo, int hi, int depth, int limit,
depth             142 src/compare.c          if (depth >= limit) {
depth             156 src/compare.c              if (lo < r) sort_q(elts, lo, r, depth+1, limit, cmp, data);
depth             160 src/compare.c              depth++;
depth             743 src/error.c    #define SHOW_EXPR(depth, expr) \
depth             744 src/error.c        Scm_Printf(out, "%3d  %66.1S\n", (depth), Scm_UnwrapSyntax(expr));
depth             750 src/error.c        int depth = offset;
depth             757 src/error.c                SHOW_EXPR(depth++, SCM_CAR(cp));
depth             787 src/error.c                SHOW_EXPR(depth++, SCM_CAR(cp));
depth             790 src/error.c            if (maxdepth >= 0 && depth >= STACK_DEPTH_LIMIT) {
depth            1490 src/intlib.c       int depth = 0;
depth            1495 src/intlib.c                   return Scm_Values2(SCM_MAKE_INT(depth),
depth            1500 src/intlib.c           depth++;