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

123

/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Drename_debug.c179 static YYParseState *yyps = 0; variable
246 #define yytrial (yyps->save)
366 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
367 #define YYVALID_NESTED do { if (yyps->save && \
368 yyps->save->save == 0) goto yyvalid; } while(0)
399 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
400 yyps->save = 0;
438 if (yyps->save)
527 if (yyps
[all...]
H A Ddefines1.calc.c341 static YYParseState *yyps = 0; variable
424 #define yytrial (yyps->save)
544 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
545 #define YYVALID_NESTED do { if (yyps->save && \
546 yyps->save->save == 0) goto yyvalid; } while(0)
577 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
578 yyps->save = 0;
616 if (yyps->save)
705 if (yyps
[all...]
H A Derr_syntax20.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)
535 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
536 yyps->save = 0;
574 if (yyps->save)
663 if (yyps
[all...]
H A Dstdin2.calc.c341 static YYParseState *yyps = 0; variable
424 #define yytrial (yyps->save)
544 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
545 #define YYVALID_NESTED do { if (yyps->save && \
546 yyps->save->save == 0) goto yyvalid; } while(0)
577 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
578 yyps->save = 0;
616 if (yyps->save)
705 if (yyps
[all...]
H A Dstdin1.calc.c341 static YYParseState *yyps = 0; variable
424 #define yytrial (yyps->save)
544 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
545 #define YYVALID_NESTED do { if (yyps->save && \
546 yyps->save->save == 0) goto yyvalid; } while(0)
577 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
578 yyps->save = 0;
616 if (yyps->save)
705 if (yyps
[all...]
H A Dquote_calc4-s.tab.c454 static YYParseState *yyps = 0; variable
536 #define yytrial (yyps->save)
656 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
657 #define YYVALID_NESTED do { if (yyps->save && \
658 yyps->save->save == 0) goto yyvalid; } while(0)
689 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
690 yyps->save = 0;
728 if (yyps->save)
817 if (yyps
[all...]
H A Dquote_calc4.tab.c454 static YYParseState *yyps = 0; variable
536 #define yytrial (yyps->save)
656 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
657 #define YYVALID_NESTED do { if (yyps->save && \
658 yyps->save->save == 0) goto yyvalid; } while(0)
689 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
690 yyps->save = 0;
728 if (yyps->save)
817 if (yyps
[all...]
H A Dquote_calc3-s.tab.c454 static YYParseState *yyps = 0; variable
536 #define yytrial (yyps->save)
656 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
657 #define YYVALID_NESTED do { if (yyps->save && \
658 yyps->save->save == 0) goto yyvalid; } while(0)
689 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
690 yyps->save = 0;
728 if (yyps->save)
817 if (yyps
[all...]
H A Dquote_calc3.tab.c454 static YYParseState *yyps = 0; variable
536 #define yytrial (yyps->save)
656 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
657 #define YYVALID_NESTED do { if (yyps->save && \
658 yyps->save->save == 0) goto yyvalid; } while(0)
689 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
690 yyps->save = 0;
728 if (yyps->save)
817 if (yyps
[all...]
H A Dcalc3.tab.c483 #define yytrial (yyps->save)
603 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
604 #define YYVALID_NESTED do { if (yyps->save && \
605 yyps->save->save == 0) goto yyvalid; } while(0)
627 static YYParseState *yyps = 0; local
697 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
698 yyps->save = 0;
736 if (yyps->save)
825 if (yyps
[all...]
H A Dcalc_code_all.tab.c446 static YYParseState *yyps = 0; variable
545 #define yytrial (yyps->save)
665 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
666 #define YYVALID_NESTED do { if (yyps->save && \
667 yyps->save->save == 0) goto yyvalid; } while(0)
698 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
699 yyps->save = 0;
737 if (yyps->save)
826 if (yyps
[all...]
H A Dcalc_code_default.tab.c434 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)
678 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
679 yyps->save = 0;
717 if (yyps->save)
806 if (yyps
[all...]
H A Dcalc_code_imports.tab.c434 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)
670 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
671 yyps->save = 0;
709 if (yyps->save)
798 if (yyps
[all...]
H A Dcalc_code_provides.tab.c434 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)
678 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
679 yyps->save = 0;
717 if (yyps->save)
806 if (yyps
[all...]
H A Dcalc_code_requires.tab.c442 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)
678 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
679 yyps->save = 0;
717 if (yyps->save)
806 if (yyps
[all...]
H A Dcalc_code_top.tab.c442 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)
678 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
679 yyps->save = 0;
717 if (yyps->save)
806 if (yyps
[all...]
H A Dcalc1.tab.c489 static YYParseState *yyps = 0; variable
661 #define yytrial (yyps->save)
781 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
782 #define YYVALID_NESTED do { if (yyps->save && \
783 yyps->save->save == 0) goto yyvalid; } while(0)
814 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
815 yyps->save = 0;
853 if (yyps->save)
942 if (yyps
[all...]
H A Dbtyacc_destroy1.tab.c453 static YYParseState *yyps = 0; variable
522 #define yytrial (yyps->save)
642 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
643 #define YYVALID_NESTED do { if (yyps->save && \
644 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 Dbtyacc_destroy3.tab.c453 static YYParseState *yyps = 0; variable
522 #define yytrial (yyps->save)
642 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
643 #define YYVALID_NESTED do { if (yyps->save && \
644 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 Dbtyacc_destroy2.tab.c453 static YYParseState *yyps = 0; variable
522 #define yytrial (yyps->save)
642 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
643 #define YYVALID_NESTED do { if (yyps->save && \
644 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 Dcalc2.tab.c436 static YYParseState *yyps = 0; variable
530 #define yytrial (yyps->save)
650 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
651 #define YYVALID_NESTED do { if (yyps->save && \
652 yyps->save->save == 0) goto yyvalid; } while(0)
683 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
684 yyps->save = 0;
722 if (yyps->save)
811 if (yyps
[all...]
H A Dcalc.tab.c434 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)
670 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
671 yyps->save = 0;
709 if (yyps->save)
798 if (yyps
[all...]
H A Dcode_calc.code.c303 static YYParseState *yyps = 0; variable
390 #define yytrial (yyps->save)
510 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
511 #define YYVALID_NESTED do { if (yyps->save && \
512 yyps->save->save == 0) goto yyvalid; } while(0)
543 yyps = yyNewState(0); if (yyps == 0) goto yyenomem;
544 yyps->save = 0;
582 if (yyps->save)
671 if (yyps
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dyy-remap.h59 #define yyps GDB_YY_REMAP (yyps) macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dyy-remap.h59 #define yyps GDB_YY_REMAP (yyps) macro

Completed in 383 milliseconds

123