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

123

/freebsd-11-stable/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.c174 static YYParseState *yyps = 0; variable
241 #define yytrial (yyps->save)
361 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
362 #define YYVALID_NESTED do { if (yyps->save && \
363 yyps->save->save == 0) goto yyvalid; } while(0)
391 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
392 yyps->save = 0;
430 if (yyps->save)
519 if (yyps
[all...]
H A Derr_syntax12.tab.c322 static YYParseState *yyps = 0; variable
385 #define yytrial (yyps->save)
505 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
506 #define YYVALID_NESTED do { if (yyps->save && \
507 yyps->save->save == 0) goto yyvalid; } while(0)
535 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
536 yyps->save = 0;
574 if (yyps->save)
663 if (yyps
[all...]
H A Derr_syntax18.tab.c319 static YYParseState *yyps = 0; variable
382 #define yytrial (yyps->save)
502 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
503 #define YYVALID_NESTED do { if (yyps->save && \
504 yyps->save->save == 0) goto yyvalid; } while(0)
532 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
533 yyps->save = 0;
571 if (yyps->save)
660 if (yyps
[all...]
H A Dvarsyntax_calc1.tab.c485 static YYParseState *yyps = 0; variable
657 #define yytrial (yyps->save)
777 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
778 #define YYVALID_NESTED do { if (yyps->save && \
779 yyps->save->save == 0) goto yyvalid; } while(0)
807 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
808 yyps->save = 0;
846 if (yyps->save)
935 if (yyps
[all...]
H A Dquote_calc4-s.tab.c449 static YYParseState *yyps = 0; variable
531 #define yytrial (yyps->save)
651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
652 #define YYVALID_NESTED do { if (yyps->save && \
653 yyps->save->save == 0) goto yyvalid; } while(0)
681 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
682 yyps->save = 0;
720 if (yyps->save)
809 if (yyps
[all...]
H A Dquote_calc4.tab.c449 static YYParseState *yyps = 0; variable
531 #define yytrial (yyps->save)
651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
652 #define YYVALID_NESTED do { if (yyps->save && \
653 yyps->save->save == 0) goto yyvalid; } while(0)
681 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
682 yyps->save = 0;
720 if (yyps->save)
809 if (yyps
[all...]
H A Dquote_calc3-s.tab.c449 static YYParseState *yyps = 0; variable
531 #define yytrial (yyps->save)
651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
652 #define YYVALID_NESTED do { if (yyps->save && \
653 yyps->save->save == 0) goto yyvalid; } while(0)
681 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
682 yyps->save = 0;
720 if (yyps->save)
809 if (yyps
[all...]
H A Dquote_calc3.tab.c449 static YYParseState *yyps = 0; variable
531 #define yytrial (yyps->save)
651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
652 #define YYVALID_NESTED do { if (yyps->save && \
653 yyps->save->save == 0) goto yyvalid; } while(0)
681 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
682 yyps->save = 0;
720 if (yyps->save)
809 if (yyps
[all...]
H A Dcalc1.tab.c484 static YYParseState *yyps = 0; variable
656 #define yytrial (yyps->save)
776 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
777 #define YYVALID_NESTED do { if (yyps->save && \
778 yyps->save->save == 0) goto yyvalid; } while(0)
806 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
807 yyps->save = 0;
845 if (yyps->save)
934 if (yyps
[all...]
H A Dbtyacc_destroy3.tab.c448 static YYParseState *yyps = 0; variable
517 #define yytrial (yyps->save)
637 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
638 #define YYVALID_NESTED do { if (yyps->save && \
639 yyps->save->save == 0) goto yyvalid; } while(0)
667 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
668 yyps->save = 0;
706 if (yyps->save)
795 if (yyps
[all...]
H A Dbtyacc_destroy1.tab.c448 static YYParseState *yyps = 0; variable
517 #define yytrial (yyps->save)
637 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
638 #define YYVALID_NESTED do { if (yyps->save && \
639 yyps->save->save == 0) goto yyvalid; } while(0)
667 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
668 yyps->save = 0;
706 if (yyps->save)
795 if (yyps
[all...]
H A Dbtyacc_destroy2.tab.c448 static YYParseState *yyps = 0; variable
517 #define yytrial (yyps->save)
637 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
638 #define YYVALID_NESTED do { if (yyps->save && \
639 yyps->save->save == 0) goto yyvalid; } while(0)
667 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
668 yyps->save = 0;
706 if (yyps->save)
795 if (yyps
[all...]
H A Dcalc2.tab.c431 static YYParseState *yyps = 0; variable
525 #define yytrial (yyps->save)
645 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
646 #define YYVALID_NESTED do { if (yyps->save && \
647 yyps->save->save == 0) goto yyvalid; } while(0)
675 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
676 yyps->save = 0;
714 if (yyps->save)
803 if (yyps
[all...]
H A Dcalc.tab.c429 static YYParseState *yyps = 0; variable
512 #define yytrial (yyps->save)
632 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
633 #define YYVALID_NESTED do { if (yyps->save && \
634 yyps->save->save == 0) goto yyvalid; } while(0)
662 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
663 yyps->save = 0;
701 if (yyps->save)
790 if (yyps
[all...]
H A Derr_inherit4.tab.c400 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;
661 if (yyps->save)
750 if (yyps
[all...]
H A Derr_inherit3.tab.c381 static YYParseState *yyps = 0; variable
474 #define yytrial (yyps->save)
594 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
595 #define YYVALID_NESTED do { if (yyps->save && \
596 yyps->save->save == 0) goto yyvalid; } while(0)
624 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
625 yyps->save = 0;
663 if (yyps->save)
752 if (yyps
[all...]
H A Derr_syntax11.tab.c316 static YYParseState *yyps = 0; variable
379 #define yytrial (yyps->save)
499 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
500 #define YYVALID_NESTED do { if (yyps->save && \
501 yyps->save->save == 0) goto yyvalid; } while(0)
529 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
530 yyps->save = 0;
568 if (yyps->save)
657 if (yyps
[all...]
H A Derr_syntax10.tab.c310 static YYParseState *yyps = 0; variable
373 #define yytrial (yyps->save)
493 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
494 #define YYVALID_NESTED do { if (yyps->save && \
495 yyps->save->save == 0) goto yyvalid; } while(0)
523 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
524 yyps->save = 0;
562 if (yyps->save)
651 if (yyps
[all...]
H A Derr_syntax20.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;
566 if (yyps->save)
655 if (yyps
[all...]
H A Dinherit1.tab.c373 static YYParseState *yyps = 0; variable
418 #define yytrial (yyps->save)
538 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
539 #define YYVALID_NESTED do { if (yyps->save && \
540 yyps->save->save == 0) goto yyvalid; } while(0)
568 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
569 yyps->save = 0;
607 if (yyps->save)
696 if (yyps
[all...]
H A Dinherit0.tab.c352 static YYParseState *yyps = 0; variable
397 #define yytrial (yyps->save)
517 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
518 #define YYVALID_NESTED do { if (yyps->save && \
519 yyps->save->save == 0) goto yyvalid; } while(0)
547 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
548 yyps->save = 0;
586 if (yyps->save)
675 if (yyps
[all...]
H A Derror.tab.c315 static YYParseState *yyps = 0; variable
378 #define yytrial (yyps->save)
498 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
499 #define YYVALID_NESTED do { if (yyps->save && \
500 yyps->save->save == 0) goto yyvalid; } while(0)
528 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
529 yyps->save = 0;
567 if (yyps->save)
656 if (yyps
[all...]
H A Dcalc3.tab.c480 #define yytrial (yyps->save)
600 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
601 #define YYVALID_NESTED do { if (yyps->save && \
602 yyps->save->save == 0) goto yyvalid; } while(0)
622 static YYParseState *yyps = 0; local
680 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
681 yyps->save = 0;
719 if (yyps->save)
808 if (yyps
[all...]
H A Dcode_calc.code.c298 static YYParseState *yyps = 0; variable
385 #define yytrial (yyps->save)
505 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
506 #define YYVALID_NESTED do { if (yyps->save && \
507 yyps->save->save == 0) goto yyvalid; } while(0)
535 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
536 yyps->save = 0;
574 if (yyps->save)
663 if (yyps
[all...]

Completed in 182 milliseconds

123