Lines Matching refs:yybottom
831 [[yytype_int16 *yybottom], [yybottom]],
835 for (; yybottom <= yytop; yybottom++)
837 int yybot = *yybottom;
910 /* Given a state stack such that *YYBOTTOM is its bottom, such that
915 YYSTACK_ALLOC, copy the existing elements, and adjust *YYBOTTOM,
917 location. If *YYBOTTOM != YYBOTTOM_NO_FREE, then free the old stack
926 yytype_int16 **yybottom,
931 *yytop == yytop_empty ? 0 : *yytop - *yybottom + 1;
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
961 if (*yybottom != yybottom_no_free)
962 YYSTACK_FREE (*yybottom);
963 *yybottom = yybottom_new;