Searched refs:yyps (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dcode_debug.c172 static YYParseState *yyps = 0; variable
239 #define yytrial (yyps->save)
359 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
360 #define YYVALID_NESTED do { if (yyps->save && \
361 yyps->save->save == 0) goto yyvalid; } while(0)
389 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
390 yyps->save = 0;
426 if (yyps->save)
516 if (yyps
[all...]
H A Drename_debug.c172 static YYParseState *yyps = 0; variable
239 #define yytrial (yyps->save)
359 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
360 #define YYVALID_NESTED do { if (yyps->save && \
361 yyps->save->save == 0) goto yyvalid; } while(0)
389 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
390 yyps->save = 0;
426 if (yyps->save)
516 if (yyps
[all...]
H A Dbtyacc_calc1.tab.c621 #define yytrial (yyps->save)
741 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
742 #define YYVALID_NESTED do { if (yyps->save && \
743 yyps->save->save == 0) goto yyvalid; } while(0)
763 static YYParseState *yyps = 0; local
821 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
822 yyps->save = 0;
858 if (yyps->save)
948 if (yyps
[all...]
H A Dbtyacc_destroy1.tab.c446 static YYParseState *yyps = 0; variable
515 #define yytrial (yyps->save)
635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
636 #define YYVALID_NESTED do { if (yyps->save && \
637 yyps->save->save == 0) goto yyvalid; } while(0)
665 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
666 yyps->save = 0;
702 if (yyps->save)
792 if (yyps
[all...]
H A Dbtyacc_destroy2.tab.c446 static YYParseState *yyps = 0; variable
515 #define yytrial (yyps->save)
635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
636 #define YYVALID_NESTED do { if (yyps->save && \
637 yyps->save->save == 0) goto yyvalid; } while(0)
665 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
666 yyps->save = 0;
702 if (yyps->save)
792 if (yyps
[all...]
H A Dbtyacc_destroy3.tab.c446 static YYParseState *yyps = 0; variable
515 #define yytrial (yyps->save)
635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
636 #define YYVALID_NESTED do { if (yyps->save && \
637 yyps->save->save == 0) goto yyvalid; } while(0)
665 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
666 yyps->save = 0;
702 if (yyps->save)
792 if (yyps
[all...]
H A Dcalc.tab.c427 static YYParseState *yyps = 0; variable
510 #define yytrial (yyps->save)
630 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
631 #define YYVALID_NESTED do { if (yyps->save && \
632 yyps->save->save == 0) goto yyvalid; } while(0)
660 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
661 yyps->save = 0;
697 if (yyps->save)
787 if (yyps
[all...]
H A Dcalc1.tab.c482 static YYParseState *yyps = 0; variable
654 #define yytrial (yyps->save)
774 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
775 #define YYVALID_NESTED do { if (yyps->save && \
776 yyps->save->save == 0) goto yyvalid; } while(0)
804 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
805 yyps->save = 0;
841 if (yyps->save)
931 if (yyps
[all...]
H A Dcalc2.tab.c429 static YYParseState *yyps = 0; variable
523 #define yytrial (yyps->save)
643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
644 #define YYVALID_NESTED do { if (yyps->save && \
645 yyps->save->save == 0) goto yyvalid; } while(0)
673 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
674 yyps->save = 0;
710 if (yyps->save)
800 if (yyps
[all...]
H A Dcalc3.tab.c478 #define yytrial (yyps->save)
598 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
599 #define YYVALID_NESTED do { if (yyps->save && \
600 yyps->save->save == 0) goto yyvalid; } while(0)
620 static YYParseState *yyps = 0; local
678 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
679 yyps->save = 0;
715 if (yyps->save)
805 if (yyps
[all...]
H A Dcode_calc.code.c294 static YYParseState *yyps = 0; variable
381 #define yytrial (yyps->save)
501 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
502 #define YYVALID_NESTED do { if (yyps->save && \
503 yyps->save->save == 0) goto yyvalid; } while(0)
531 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
532 yyps->save = 0;
568 if (yyps->save)
658 if (yyps
[all...]
H A Dcode_error.code.c286 static YYParseState *yyps = 0; variable
353 #define yytrial (yyps->save)
473 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
474 #define YYVALID_NESTED do { if (yyps->save && \
475 yyps->save->save == 0) goto yyvalid; } while(0)
503 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
504 yyps->save = 0;
540 if (yyps->save)
630 if (yyps
[all...]
H A Dempty.tab.c318 static YYParseState *yyps = 0; variable
372 #define yytrial (yyps->save)
492 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
493 #define YYVALID_NESTED do { if (yyps->save && \
494 yyps->save->save == 0) goto yyvalid; } while(0)
522 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
523 yyps->save = 0;
559 if (yyps->save)
649 if (yyps
[all...]
H A Derr_inherit3.tab.c379 static YYParseState *yyps = 0; variable
472 #define yytrial (yyps->save)
592 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
593 #define YYVALID_NESTED do { if (yyps->save && \
594 yyps->save->save == 0) goto yyvalid; } while(0)
622 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
623 yyps->save = 0;
659 if (yyps->save)
749 if (yyps
[all...]
H A Derr_inherit4.tab.c397 static YYParseState *yyps = 0; variable
469 #define yytrial (yyps->save)
589 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
590 #define YYVALID_NESTED do { if (yyps->save && \
591 yyps->save->save == 0) goto yyvalid; } while(0)
619 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
620 yyps->save = 0;
656 if (yyps->save)
746 if (yyps
[all...]
H A Derr_syntax10.tab.c308 static YYParseState *yyps = 0; variable
371 #define yytrial (yyps->save)
491 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
492 #define YYVALID_NESTED do { if (yyps->save && \
493 yyps->save->save == 0) goto yyvalid; } while(0)
521 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
522 yyps->save = 0;
558 if (yyps->save)
648 if (yyps
[all...]
H A Derr_syntax11.tab.c314 static YYParseState *yyps = 0; variable
377 #define yytrial (yyps->save)
497 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
498 #define YYVALID_NESTED do { if (yyps->save && \
499 yyps->save->save == 0) goto yyvalid; } while(0)
527 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
528 yyps->save = 0;
564 if (yyps->save)
654 if (yyps
[all...]
H A Derr_syntax12.tab.c320 static YYParseState *yyps = 0; variable
383 #define yytrial (yyps->save)
503 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
504 #define YYVALID_NESTED do { if (yyps->save && \
505 yyps->save->save == 0) goto yyvalid; } while(0)
533 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
534 yyps->save = 0;
570 if (yyps->save)
660 if (yyps
[all...]
H A Derr_syntax18.tab.c317 static YYParseState *yyps = 0; variable
380 #define yytrial (yyps->save)
500 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
501 #define YYVALID_NESTED do { if (yyps->save && \
502 yyps->save->save == 0) goto yyvalid; } while(0)
530 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
531 yyps->save = 0;
567 if (yyps->save)
657 if (yyps
[all...]
H A Derr_syntax20.tab.c312 static YYParseState *yyps = 0; variable
375 #define yytrial (yyps->save)
495 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
496 #define YYVALID_NESTED do { if (yyps->save && \
497 yyps->save->save == 0) goto yyvalid; } while(0)
525 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
526 yyps->save = 0;
562 if (yyps->save)
652 if (yyps
[all...]
H A Derror.tab.c313 static YYParseState *yyps = 0; variable
376 #define yytrial (yyps->save)
496 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
497 #define YYVALID_NESTED do { if (yyps->save && \
498 yyps->save->save == 0) goto yyvalid; } while(0)
526 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
527 yyps->save = 0;
563 if (yyps->save)
653 if (yyps
[all...]
H A Dinherit0.tab.c350 static YYParseState *yyps = 0; variable
395 #define yytrial (yyps->save)
515 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
516 #define YYVALID_NESTED do { if (yyps->save && \
517 yyps->save->save == 0) goto yyvalid; } while(0)
545 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
546 yyps->save = 0;
582 if (yyps->save)
672 if (yyps
[all...]
H A Dinherit1.tab.c371 static YYParseState *yyps = 0; variable
416 #define yytrial (yyps->save)
536 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
537 #define YYVALID_NESTED do { if (yyps->save && \
538 yyps->save->save == 0) goto yyvalid; } while(0)
566 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
567 yyps->save = 0;
603 if (yyps->save)
693 if (yyps
[all...]
H A Dinherit2.tab.c379 static YYParseState *yyps = 0; variable
472 #define yytrial (yyps->save)
592 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
593 #define YYVALID_NESTED do { if (yyps->save && \
594 yyps->save->save == 0) goto yyvalid; } while(0)
622 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
623 yyps->save = 0;
659 if (yyps->save)
749 if (yyps
[all...]
H A Dok_syntax1.tab.c501 #define yytrial (yyps->save)
621 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
622 #define YYVALID_NESTED do { if (yyps->save && \
623 yyps->save->save == 0) goto yyvalid; } while(0)
643 static YYParseState *yyps = 0; local
701 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
702 yyps->save = 0;
738 if (yyps->save)
828 if (yyps
[all...]

Completed in 100 milliseconds

123