Lines Matching refs:s_mark
320 YYINT *s_mark; member
392 i = (int) (data->s_mark - data->s_base); in yygrowstack()
398 data->s_mark = newss + i; in yygrowstack()
453 yystack.s_mark = yystack.s_base; in YYPARSE_DECL()
456 *yystack.s_mark = 0; in YYPARSE_DECL()
480 if (yystack.s_mark >= yystack.s_last && yygrowstack(&yystack) == YYENOMEM) in YYPARSE_DECL()
485 *++yystack.s_mark = yytable[yyn]; in YYPARSE_DECL()
512 if ((yyn = yysindex[*yystack.s_mark]) && (yyn += YYERRCODE) >= 0 && in YYPARSE_DECL()
518 to state %d\n", YYPREFIX, *yystack.s_mark, yytable[yyn]); in YYPARSE_DECL()
520 if (yystack.s_mark >= yystack.s_last && yygrowstack(&yystack) == YYENOMEM) in YYPARSE_DECL()
525 *++yystack.s_mark = yytable[yyn]; in YYPARSE_DECL()
534 YYPREFIX, *yystack.s_mark); in YYPARSE_DECL()
536 if (yystack.s_mark <= yystack.s_base) goto yyabort; in YYPARSE_DECL()
537 --yystack.s_mark; in YYPARSE_DECL()
632 yystack.s_mark -= yym; in YYPARSE_DECL()
633 yystate = *yystack.s_mark; in YYPARSE_DECL()
644 *++yystack.s_mark = YYFINAL; in YYPARSE_DECL()
669 to state %d\n", YYPREFIX, *yystack.s_mark, yystate); in YYPARSE_DECL()
671 if (yystack.s_mark >= yystack.s_last && yygrowstack(&yystack) == YYENOMEM) in YYPARSE_DECL()
675 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()