Searched refs:yypath (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dpure_calc.tab.c618 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
619 static YYParseState *yypath = 0; local
775 if (yypath)
784 save = yypath;
785 yypath = save->save;
1364 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1366 if (yypath) YYABORT;
1371 save->save = yypath;
1372 yypath
[all...]
H A Dpure_error.tab.c486 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
487 static YYParseState *yypath = 0; local
643 if (yypath)
652 save = yypath;
653 yypath = save->save;
1171 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1173 if (yypath) YYABORT;
1178 save->save = yypath;
1179 yypath
[all...]
H A Dquote_calc-s.tab.c448 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
449 static YYParseState *yypath = 0; variable
779 if (yypath)
788 save = yypath;
789 yypath = save->save;
1368 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1370 if (yypath) YYABORT;
1375 save->save = yypath;
1376 yypath
[all...]
H A Dquote_calc.tab.c454 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
455 static YYParseState *yypath = 0; variable
785 if (yypath)
794 save = yypath;
795 yypath = save->save;
1374 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1376 if (yypath) YYABORT;
1381 save->save = yypath;
1382 yypath
[all...]
H A Dquote_calc2-s.tab.c448 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
449 static YYParseState *yypath = 0; variable
779 if (yypath)
788 save = yypath;
789 yypath = save->save;
1368 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1370 if (yypath) YYABORT;
1375 save->save = yypath;
1376 yypath
[all...]
H A Dquote_calc2.tab.c454 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
455 static YYParseState *yypath = 0; variable
785 if (yypath)
794 save = yypath;
795 yypath = save->save;
1374 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1376 if (yypath) YYABORT;
1381 save->save = yypath;
1382 yypath
[all...]
H A Dquote_calc3-s.tab.c449 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
450 static YYParseState *yypath = 0; variable
780 if (yypath)
789 save = yypath;
790 yypath = save->save;
1369 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1371 if (yypath) YYABORT;
1376 save->save = yypath;
1377 yypath
[all...]
H A Dquote_calc3.tab.c449 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
450 static YYParseState *yypath = 0; variable
780 if (yypath)
789 save = yypath;
790 yypath = save->save;
1369 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1371 if (yypath) YYABORT;
1376 save->save = yypath;
1377 yypath
[all...]
H A Dquote_calc4-s.tab.c449 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
450 static YYParseState *yypath = 0; variable
780 if (yypath)
789 save = yypath;
790 yypath = save->save;
1369 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1371 if (yypath) YYABORT;
1376 save->save = yypath;
1377 yypath
[all...]
H A Dquote_calc4.tab.c449 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
450 static YYParseState *yypath = 0; variable
780 if (yypath)
789 save = yypath;
790 yypath = save->save;
1369 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1371 if (yypath) YYABORT;
1376 save->save = yypath;
1377 yypath
[all...]
H A Dvarsyntax_calc1.tab.c485 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
486 static YYParseState *yypath = 0; variable
906 if (yypath)
915 save = yypath;
916 yypath = save->save;
1598 /* Reduction declares that this path is valid. Set yypath and do a full parse */
1600 if (yypath) YYABORT;
1605 save->save = yypath;
1606 yypath
[all...]
H A Dbtyacc_demo.tab.c600 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
601 static YYParseState *yypath = 0; variable
1453 if (yypath)
1462 save = yypath;
1463 yypath = save->save;
2249 /* Reduction declares that this path is valid. Set yypath and do a full parse */
2251 if (yypath) YYABORT;
2256 save->save = yypath;
2257 yypath
[all...]
H A Dgrammar.tab.c1139 /* yypath != NULL: do the full parse, starting at *yypath parser state. */
1140 static YYParseState *yypath = 0; variable
1600 if (yypath)
1609 save = yypath;
1610 yypath = save->save;
2803 /* Reduction declares that this path is valid. Set yypath and do a full parse */
2805 if (yypath) YYABORT;
2810 save->save = yypath;
2811 yypath
[all...]

Completed in 102 milliseconds

12