Home | History | Annotate | Download | only in src

Lines Matching refs:yybottom

1253 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
1256 yy_stack_print (yybottom, yytop)
1257 yytype_int16 *yybottom;
1262 for (; yybottom <= yytop; yybottom++)
1264 int yybot = *yybottom;
1342 /* Given a state stack such that *YYBOTTOM is its bottom, such that
1347 YYSTACK_ALLOC, copy the existing elements, and adjust *YYBOTTOM,
1349 location. If *YYBOTTOM != YYBOTTOM_NO_FREE, then free the old stack
1358 yytype_int16 **yybottom,
1363 *yytop == yytop_empty ? 0 : *yytop - *yybottom + 1;
1390 YYCOPY (yybottom_new, *yybottom, yysize_old);
1393 if (*yybottom != yybottom_no_free)
1394 YYSTACK_FREE (*yybottom);
1395 *yybottom = yybottom_new;