STACK_DIR 148 lib/alloca.c if (STACK_DIR == 0) /* Unknown growth direction. */ STACK_DIR 149 lib/alloca.c STACK_DIR = find_stack_direction (NULL, (size & 1) + 20); STACK_DIR 163 lib/alloca.c if ((STACK_DIR > 0 && hp->h.deep > depth) STACK_DIR 164 lib/alloca.c || (STACK_DIR < 0 && hp->h.deep < depth))