HomeSort by relevance Sort by last modified time
    Searched refs:yystate (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluez/tools/
parser.c 333 register int yym, yyn, yystate; local
352 *yyssp = yystate = 0;
355 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
366 YYPREFIX, yystate, yychar, yys);
370 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
376 YYPREFIX, yystate, yytable[yyn]);
382 *++yyssp = yystate = yytable[yyn];
388 if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
423 *++yyssp = yystate = yytable[yyn];
450 YYPREFIX, yystate, yychar, yys)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c 548 register int yym, yyn, yystate; local
567 *yyssp = yystate = 0;
570 if (yyn = yydefred[yystate]) goto yyreduce;
581 YYPREFIX, yystate, yychar, yys);
585 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
591 YYPREFIX, yystate, yytable[yyn]);
597 *++yyssp = yystate = yytable[yyn];
603 if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
638 *++yyssp = yystate = yytable[yyn];
665 YYPREFIX, yystate, yychar, yys)
    [all...]
  /system/core/sh/
arith.c 902 register int yystate;
945 yystate = 0;
962 | yynewstate -- Push a new state, which is found in yystate. |
971 *yyssp = yystate;
1038 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1053 yyn = yypact[yystate];
1109 yystate = yyn;
1117 yyn = yydefact[yystate];
899 register int yystate; local
    [all...]
  /external/e2fsprogs/intl/
plural.c 685 register int yystate;
740 yystate = 0;
758 | yynewstate -- Push a new state, which is found in yystate. |
767 *yyssp = yystate;
845 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
861 yyn = yypact[yystate];
950 yystate = yyn;
958 yyn = yydefact[yystate];
1116 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
1117 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp
683 register int yystate; local
    [all...]
  /external/elfutils/src/
ldscript.c 993 register int yystate; local
    [all...]
  /external/bison/data/
glr.c 114 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yysemantics.yysval[]m4_ifval([$3], [.$3]))])
134 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yyloc)])
490 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
778 yyGLRState* yystate;
791 yyGLRState yystate;
850 * at YYVSP[YYLOW0].yystate.yypred. Leaves YYVSP[YYLOW1].yystate.yypred
858 s = yyvsp[yylow0].yystate.yypred;
862 yyvsp[i].yystate.yyresolved = yytrue;
863 yyvsp[i].yystate.yysemantics.yysval = s->yysemantics.yysval
    [all...]
lalr1.cc 160 virtual std::string yysyntax_error_ (int yystate]dnl
525 int yystate = 0;
569 yystate_stack_.push (yystate);
570 YYCDEBUG << "Entering state " << yystate << std::endl;
577 yyn = yypact_[yystate];
639 yystate = yyn;
646 yyn = yydefact_[yystate];
690 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0];
691 if (0 <= yystate && yystate <= yylast
    [all...]

Completed in 197 milliseconds