Home
last modified time | relevance | path

Searched refs:yypath (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/byacc/test/btyacc/
H A Drename_debug.c180 static YYParseState *yypath = 0; variable
499 if (yypath) in YYPARSE_DECL()
508 save = yypath; in YYPARSE_DECL()
509 yypath = save->save; in YYPARSE_DECL()
1037 if (yypath) YYABORT; in YYPARSE_DECL()
1042 save->save = yypath; in YYPARSE_DECL()
1043 yypath = save; in YYPARSE_DECL()
1048 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1055 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1057 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dbtyacc_destroy1.tab.c454 static YYParseState *yypath = 0; variable
775 if (yypath) in YYPARSE_DECL()
784 save = yypath; in YYPARSE_DECL()
785 yypath = save->save; in YYPARSE_DECL()
1372 if (yypath) YYABORT; in YYPARSE_DECL()
1377 save->save = yypath; in YYPARSE_DECL()
1378 yypath = save; in YYPARSE_DECL()
1383 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1390 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1392 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dcalc.tab.c435 static YYParseState *yypath = 0; variable
770 if (yypath) in YYPARSE_DECL()
779 save = yypath; in YYPARSE_DECL()
780 yypath = save->save; in YYPARSE_DECL()
1384 if (yypath) YYABORT; in YYPARSE_DECL()
1389 save->save = yypath; in YYPARSE_DECL()
1390 yypath = save; in YYPARSE_DECL()
1395 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1402 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1404 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dcalc2.tab.c437 static YYParseState *yypath = 0; variable
783 if (yypath) in YYPARSE_DECL()
792 save = yypath; in YYPARSE_DECL()
793 yypath = save->save; in YYPARSE_DECL()
1397 if (yypath) YYABORT; in YYPARSE_DECL()
1402 save->save = yypath; in YYPARSE_DECL()
1403 yypath = save; in YYPARSE_DECL()
1408 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1415 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1417 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Derror.tab.c321 static YYParseState *yypath = 0; variable
636 if (yypath) in YYPARSE_DECL()
645 save = yypath; in YYPARSE_DECL()
646 yypath = save->save; in YYPARSE_DECL()
1174 if (yypath) YYABORT; in YYPARSE_DECL()
1179 save->save = yypath; in YYPARSE_DECL()
1180 yypath = save; in YYPARSE_DECL()
1185 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1192 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1194 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dinherit0.tab.c358 static YYParseState *yypath = 0; variable
655 if (yypath) in YYPARSE_DECL()
664 save = yypath; in YYPARSE_DECL()
665 yypath = save->save; in YYPARSE_DECL()
1249 if (yypath) YYABORT; in YYPARSE_DECL()
1254 save->save = yypath; in YYPARSE_DECL()
1255 yypath = save; in YYPARSE_DECL()
1260 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1267 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1269 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dpure_calc.tab.c624 static YYParseState *yypath = 0; in YYPARSE_DECL() local
793 if (yypath) in YYPARSE_DECL()
802 save = yypath; in YYPARSE_DECL()
803 yypath = save->save; in YYPARSE_DECL()
1407 if (yypath) YYABORT; in YYPARSE_DECL()
1412 save->save = yypath; in YYPARSE_DECL()
1413 yypath = save; in YYPARSE_DECL()
1418 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1425 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1427 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dpure_error.tab.c492 static YYParseState *yypath = 0; in YYPARSE_DECL() local
661 if (yypath) in YYPARSE_DECL()
670 save = yypath; in YYPARSE_DECL()
671 yypath = save->save; in YYPARSE_DECL()
1199 if (yypath) YYABORT; in YYPARSE_DECL()
1204 save->save = yypath; in YYPARSE_DECL()
1205 yypath = save; in YYPARSE_DECL()
1210 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1217 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1219 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc2-s.tab.c454 static YYParseState *yypath = 0; variable
788 if (yypath) in YYPARSE_DECL()
797 save = yypath; in YYPARSE_DECL()
798 yypath = save->save; in YYPARSE_DECL()
1402 if (yypath) YYABORT; in YYPARSE_DECL()
1407 save->save = yypath; in YYPARSE_DECL()
1408 yypath = save; in YYPARSE_DECL()
1413 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1420 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1422 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc4-s.tab.c455 static YYParseState *yypath = 0; variable
789 if (yypath) in YYPARSE_DECL()
798 save = yypath; in YYPARSE_DECL()
799 yypath = save->save; in YYPARSE_DECL()
1403 if (yypath) YYABORT; in YYPARSE_DECL()
1408 save->save = yypath; in YYPARSE_DECL()
1409 yypath = save; in YYPARSE_DECL()
1414 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1421 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1423 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dstdin1.calc.c342 static YYParseState *yypath = 0; variable
677 if (yypath) in YYPARSE_DECL()
686 save = yypath; in YYPARSE_DECL()
687 yypath = save->save; in YYPARSE_DECL()
1291 if (yypath) YYABORT; in YYPARSE_DECL()
1296 save->save = yypath; in YYPARSE_DECL()
1297 yypath = save; in YYPARSE_DECL()
1302 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1309 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1311 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dstdin2.calc.c342 static YYParseState *yypath = 0; variable
677 if (yypath) in YYPARSE_DECL()
686 save = yypath; in YYPARSE_DECL()
687 yypath = save->save; in YYPARSE_DECL()
1291 if (yypath) YYABORT; in YYPARSE_DECL()
1296 save->save = yypath; in YYPARSE_DECL()
1297 yypath = save; in YYPARSE_DECL()
1302 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1309 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1311 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc4.tab.c455 static YYParseState *yypath = 0; variable
789 if (yypath) in YYPARSE_DECL()
798 save = yypath; in YYPARSE_DECL()
799 yypath = save->save; in YYPARSE_DECL()
1403 if (yypath) YYABORT; in YYPARSE_DECL()
1408 save->save = yypath; in YYPARSE_DECL()
1409 yypath = save; in YYPARSE_DECL()
1414 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1421 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1423 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dcalc_code_all.tab.c447 static YYParseState *yypath = 0; variable
798 if (yypath) in YYPARSE_DECL()
807 save = yypath; in YYPARSE_DECL()
808 yypath = save->save; in YYPARSE_DECL()
1412 if (yypath) YYABORT; in YYPARSE_DECL()
1417 save->save = yypath; in YYPARSE_DECL()
1418 yypath = save; in YYPARSE_DECL()
1423 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1430 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1432 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dcalc_code_default.tab.c435 static YYParseState *yypath = 0; variable
778 if (yypath) in YYPARSE_DECL()
787 save = yypath; in YYPARSE_DECL()
788 yypath = save->save; in YYPARSE_DECL()
1392 if (yypath) YYABORT; in YYPARSE_DECL()
1397 save->save = yypath; in YYPARSE_DECL()
1398 yypath = save; in YYPARSE_DECL()
1403 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1410 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1412 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dcalc_code_imports.tab.c435 static YYParseState *yypath = 0; variable
770 if (yypath) in YYPARSE_DECL()
779 save = yypath; in YYPARSE_DECL()
780 yypath = save->save; in YYPARSE_DECL()
1384 if (yypath) YYABORT; in YYPARSE_DECL()
1389 save->save = yypath; in YYPARSE_DECL()
1390 yypath = save; in YYPARSE_DECL()
1395 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1402 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1404 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dcalc_code_requires.tab.c443 static YYParseState *yypath = 0; variable
778 if (yypath) in YYPARSE_DECL()
787 save = yypath; in YYPARSE_DECL()
788 yypath = save->save; in YYPARSE_DECL()
1392 if (yypath) YYABORT; in YYPARSE_DECL()
1397 save->save = yypath; in YYPARSE_DECL()
1398 yypath = save; in YYPARSE_DECL()
1403 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1410 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1412 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Ddefines1.calc.c342 static YYParseState *yypath = 0; variable
677 if (yypath) in YYPARSE_DECL()
686 save = yypath; in YYPARSE_DECL()
687 yypath = save->save; in YYPARSE_DECL()
1291 if (yypath) YYABORT; in YYPARSE_DECL()
1296 save->save = yypath; in YYPARSE_DECL()
1297 yypath = save; in YYPARSE_DECL()
1302 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1309 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1311 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Ddefines2.calc.c342 static YYParseState *yypath = 0; variable
677 if (yypath) in YYPARSE_DECL()
686 save = yypath; in YYPARSE_DECL()
687 yypath = save->save; in YYPARSE_DECL()
1291 if (yypath) YYABORT; in YYPARSE_DECL()
1296 save->save = yypath; in YYPARSE_DECL()
1297 yypath = save; in YYPARSE_DECL()
1302 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1309 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1311 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dempty.tab.c326 static YYParseState *yypath = 0; variable
632 if (yypath) in YYPARSE_DECL()
641 save = yypath; in YYPARSE_DECL()
642 yypath = save->save; in YYPARSE_DECL()
1170 if (yypath) YYABORT; in YYPARSE_DECL()
1175 save->save = yypath; in YYPARSE_DECL()
1176 yypath = save; in YYPARSE_DECL()
1181 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1188 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1190 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Derr_syntax12.tab.c328 static YYParseState *yypath = 0; variable
643 if (yypath) in YYPARSE_DECL()
652 save = yypath; in YYPARSE_DECL()
653 yypath = save->save; in YYPARSE_DECL()
1181 if (yypath) YYABORT; in YYPARSE_DECL()
1186 save->save = yypath; in YYPARSE_DECL()
1187 yypath = save; in YYPARSE_DECL()
1192 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1199 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1201 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc-s.tab.c454 static YYParseState *yypath = 0; variable
788 if (yypath) in YYPARSE_DECL()
797 save = yypath; in YYPARSE_DECL()
798 yypath = save->save; in YYPARSE_DECL()
1402 if (yypath) YYABORT; in YYPARSE_DECL()
1407 save->save = yypath; in YYPARSE_DECL()
1408 yypath = save; in YYPARSE_DECL()
1413 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1420 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1422 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc.tab.c460 static YYParseState *yypath = 0; variable
794 if (yypath) in YYPARSE_DECL()
803 save = yypath; in YYPARSE_DECL()
804 yypath = save->save; in YYPARSE_DECL()
1408 if (yypath) YYABORT; in YYPARSE_DECL()
1413 save->save = yypath; in YYPARSE_DECL()
1414 yypath = save; in YYPARSE_DECL()
1419 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1426 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1428 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc2.tab.c460 static YYParseState *yypath = 0; variable
794 if (yypath) in YYPARSE_DECL()
803 save = yypath; in YYPARSE_DECL()
804 yypath = save->save; in YYPARSE_DECL()
1408 if (yypath) YYABORT; in YYPARSE_DECL()
1413 save->save = yypath; in YYPARSE_DECL()
1414 yypath = save; in YYPARSE_DECL()
1419 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1426 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1428 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]
H A Dquote_calc3-s.tab.c455 static YYParseState *yypath = 0; variable
789 if (yypath) in YYPARSE_DECL()
798 save = yypath; in YYPARSE_DECL()
799 yypath = save->save; in YYPARSE_DECL()
1403 if (yypath) YYABORT; in YYPARSE_DECL()
1408 save->save = yypath; in YYPARSE_DECL()
1409 yypath = save; in YYPARSE_DECL()
1414 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1421 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1423 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
[all …]

12