stack_bottom     5116 src/alloc.c       *(p) = NEAR_STACK_TOP (&sentry + (stack_bottom < &sentry.c))
stack_bottom     6165 src/alloc.c          if (&stack_top_variable < stack_bottom)
stack_bottom     6168 src/alloc.c    	  stack_size = stack_bottom - &stack_top_variable;
stack_bottom     6172 src/alloc.c    	  stack = stack_bottom;
stack_bottom     6173 src/alloc.c    	  stack_size = &stack_top_variable - stack_bottom;
stack_bottom     1254 src/emacs.c      stack_bottom = (char *) &stack_bottom_variable;
stack_bottom     1851 src/sysdep.c     char const *bot = stack_bottom;
stack_bottom     3079 test/manual/etags/c-src/emacs/src/lisp.h extern char *stack_bottom;