Annotation of coherent/b/bin/yacc/action.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Description of parsing action and goto tables.
                      3:  */
                      4: 
                      5: #define        YYACTSH         13
                      6: #define        YYAMASK         017777
                      7: #define        YYSHIFTACT      0
                      8: #define        YYREDACT        1
                      9: #define        YYACCEPTACT     2
                     10: #define        YYERRACT        3
                     11: #define        YYGOTO          4
                     12: #define        YYPACTION       5
                     13: #define        YYEOFVAL        (-1)
                     14: #define        YYERRVAL        (-2)
                     15: #define        YYOTHERS        (-1000)
                     16: 
                     17: struct actn
                     18: {
                     19:        unsigned        a_no;
                     20:        int             a_chr;
                     21: };
                     22: 
                     23: struct go2n
                     24: {
                     25:        int     from;           /* From action */
                     26:        int     to;             /* To action */
                     27: };
                     28: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.