Home | History | Annotate | Download | only in kconfig

Lines Matching refs:Bottom

274     /* The OS might guarantee only one guard page at the bottom of the stack,
855 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
861 yy_stack_print (short int *bottom, short int *top)
864 yy_stack_print (bottom, top)
865 short int *bottom;
870 for (/* Nothing. */; bottom <= top; ++bottom)
871 YYFPRINTF (stderr, " %d", *bottom);
875 # define YY_STACK_PRINT(Bottom, Top) \
878 yy_stack_print ((Bottom), (Top)); \
917 # define YY_STACK_PRINT(Bottom, Top)