pars0grm.c
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:61k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /*  A Bison parser, made from pars0grm.y
  2.     by GNU Bison version 1.28  */
  3. #define YYBISON 1  /* Identify Bison output.  */
  4. #define PARS_INT_LIT 257
  5. #define PARS_FLOAT_LIT 258
  6. #define PARS_STR_LIT 259
  7. #define PARS_NULL_LIT 260
  8. #define PARS_ID_TOKEN 261
  9. #define PARS_AND_TOKEN 262
  10. #define PARS_OR_TOKEN 263
  11. #define PARS_NOT_TOKEN 264
  12. #define PARS_GE_TOKEN 265
  13. #define PARS_LE_TOKEN 266
  14. #define PARS_NE_TOKEN 267
  15. #define PARS_PROCEDURE_TOKEN 268
  16. #define PARS_IN_TOKEN 269
  17. #define PARS_OUT_TOKEN 270
  18. #define PARS_INT_TOKEN 271
  19. #define PARS_INTEGER_TOKEN 272
  20. #define PARS_FLOAT_TOKEN 273
  21. #define PARS_CHAR_TOKEN 274
  22. #define PARS_IS_TOKEN 275
  23. #define PARS_BEGIN_TOKEN 276
  24. #define PARS_END_TOKEN 277
  25. #define PARS_IF_TOKEN 278
  26. #define PARS_THEN_TOKEN 279
  27. #define PARS_ELSE_TOKEN 280
  28. #define PARS_ELSIF_TOKEN 281
  29. #define PARS_LOOP_TOKEN 282
  30. #define PARS_WHILE_TOKEN 283
  31. #define PARS_RETURN_TOKEN 284
  32. #define PARS_SELECT_TOKEN 285
  33. #define PARS_SUM_TOKEN 286
  34. #define PARS_COUNT_TOKEN 287
  35. #define PARS_DISTINCT_TOKEN 288
  36. #define PARS_FROM_TOKEN 289
  37. #define PARS_WHERE_TOKEN 290
  38. #define PARS_FOR_TOKEN 291
  39. #define PARS_DDOT_TOKEN 292
  40. #define PARS_CONSISTENT_TOKEN 293
  41. #define PARS_READ_TOKEN 294
  42. #define PARS_ORDER_TOKEN 295
  43. #define PARS_BY_TOKEN 296
  44. #define PARS_ASC_TOKEN 297
  45. #define PARS_DESC_TOKEN 298
  46. #define PARS_INSERT_TOKEN 299
  47. #define PARS_INTO_TOKEN 300
  48. #define PARS_VALUES_TOKEN 301
  49. #define PARS_UPDATE_TOKEN 302
  50. #define PARS_SET_TOKEN 303
  51. #define PARS_DELETE_TOKEN 304
  52. #define PARS_CURRENT_TOKEN 305
  53. #define PARS_OF_TOKEN 306
  54. #define PARS_CREATE_TOKEN 307
  55. #define PARS_TABLE_TOKEN 308
  56. #define PARS_INDEX_TOKEN 309
  57. #define PARS_UNIQUE_TOKEN 310
  58. #define PARS_CLUSTERED_TOKEN 311
  59. #define PARS_DOES_NOT_FIT_IN_MEM_TOKEN 312
  60. #define PARS_ON_TOKEN 313
  61. #define PARS_ASSIGN_TOKEN 314
  62. #define PARS_DECLARE_TOKEN 315
  63. #define PARS_CURSOR_TOKEN 316
  64. #define PARS_SQL_TOKEN 317
  65. #define PARS_OPEN_TOKEN 318
  66. #define PARS_FETCH_TOKEN 319
  67. #define PARS_CLOSE_TOKEN 320
  68. #define PARS_NOTFOUND_TOKEN 321
  69. #define PARS_TO_CHAR_TOKEN 322
  70. #define PARS_TO_NUMBER_TOKEN 323
  71. #define PARS_TO_BINARY_TOKEN 324
  72. #define PARS_BINARY_TO_NUMBER_TOKEN 325
  73. #define PARS_SUBSTR_TOKEN 326
  74. #define PARS_REPLSTR_TOKEN 327
  75. #define PARS_CONCAT_TOKEN 328
  76. #define PARS_INSTR_TOKEN 329
  77. #define PARS_LENGTH_TOKEN 330
  78. #define PARS_SYSDATE_TOKEN 331
  79. #define PARS_PRINTF_TOKEN 332
  80. #define PARS_ASSERT_TOKEN 333
  81. #define PARS_RND_TOKEN 334
  82. #define PARS_RND_STR_TOKEN 335
  83. #define PARS_ROW_PRINTF_TOKEN 336
  84. #define PARS_COMMIT_TOKEN 337
  85. #define PARS_ROLLBACK_TOKEN 338
  86. #define PARS_WORK_TOKEN 339
  87. #define NEG 340
  88. #line 13 "pars0grm.y"
  89. /* The value of the semantic attribute is a pointer to a query tree node
  90. que_node_t */
  91. #include "univ.i"
  92. #include <math.h> /* Can't be before univ.i */
  93. #include "pars0pars.h"
  94. #include "mem0mem.h"
  95. #include "que0types.h"
  96. #include "que0que.h"
  97. #include "row0sel.h"
  98. #define YYSTYPE que_node_t*
  99. /* #define __STDC__ */
  100. int
  101. yylex(void);
  102. #ifndef YYSTYPE
  103. #define YYSTYPE int
  104. #endif
  105. #include <stdio.h>
  106. #ifndef __cplusplus
  107. #ifndef __STDC__
  108. #define const
  109. #endif
  110. #endif
  111. #define YYFINAL 311
  112. #define YYFLAG -32768
  113. #define YYNTBASE 102
  114. #define YYTRANSLATE(x) ((unsigned)(x) <= 340 ? yytranslate[x] : 163)
  115. static const char yytranslate[] = {     0,
  116.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  117.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  118.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  119.      2,     2,     2,     2,     2,     2,    94,     2,     2,    96,
  120.     97,    91,    90,    99,    89,     2,    92,     2,     2,     2,
  121.      2,     2,     2,     2,     2,     2,     2,     2,    95,    87,
  122.     86,    88,    98,     2,     2,     2,     2,     2,     2,     2,
  123.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  124.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  125.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  126.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  127.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  128.      2,     2,   100,     2,   101,     2,     2,     2,     2,     2,
  129.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  130.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  131.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  132.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  133.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  134.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  135.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  136.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  137.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  138.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  139.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  140.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  141.      2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
  142.      7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
  143.     17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
  144.     27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
  145.     37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
  146.     47,    48,    49,    50,    51,    52,    53,    54,    55,    56,
  147.     57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
  148.     67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
  149.     77,    78,    79,    80,    81,    82,    83,    84,    85,    93
  150. };
  151. #if YYDEBUG != 0
  152. static const short yyprhs[] = {     0,
  153.      0,     3,     5,     8,    11,    14,    17,    20,    23,    26,
  154.     29,    32,    35,    38,    41,    44,    47,    50,    53,    56,
  155.     59,    62,    65,    67,    70,    72,    77,    79,    81,    83,
  156.     85,    87,    91,    95,    99,   103,   106,   110,   114,   118,
  157.    122,   126,   130,   134,   138,   142,   145,   149,   153,   155,
  158.    157,   159,   161,   163,   165,   167,   169,   171,   173,   175,
  159.    176,   178,   182,   189,   194,   196,   198,   200,   202,   206,
  160.    207,   209,   213,   214,   216,   220,   222,   227,   233,   238,
  161.    239,   241,   245,   247,   251,   253,   254,   257,   258,   261,
  162.    262,   265,   266,   268,   270,   271,   276,   285,   289,   295,
  163.    298,   302,   304,   308,   313,   318,   321,   324,   328,   331,
  164.    334,   337,   341,   346,   348,   351,   352,   355,   357,   365,
  165.    372,   383,   385,   388,   391,   396,   399,   401,   405,   406,
  166.    408,   416,   418,   422,   423,   425,   426,   428,   439,   442,
  167.    445,   447,   449,   453,   457,   458,   460,   464,   468,   469,
  168.    471,   474,   481,   482,   484,   487
  169. };
  170. static const short yyrhs[] = {   162,
  171.     95,     0,   107,     0,   108,    95,     0,   139,    95,     0,
  172.    140,    95,     0,   138,    95,     0,   141,    95,     0,   134,
  173.     95,     0,   121,    95,     0,   123,    95,     0,   133,    95,
  174.      0,   131,    95,     0,   132,    95,     0,   128,    95,     0,
  175.    129,    95,     0,   142,    95,     0,   144,    95,     0,   143,
  176.     95,     0,   153,    95,     0,   154,    95,     0,   148,    95,
  177.      0,   152,    95,     0,   102,     0,   103,   102,     0,     7,
  178.      0,   105,    96,   112,    97,     0,     3,     0,     4,     0,
  179.      5,     0,     6,     0,    63,     0,   104,    90,   104,     0,
  180.    104,    89,   104,     0,   104,    91,   104,     0,   104,    92,
  181.    104,     0,    89,   104,     0,    96,   104,    97,     0,   104,
  182.     86,   104,     0,   104,    87,   104,     0,   104,    88,   104,
  183.      0,   104,    11,   104,     0,   104,    12,   104,     0,   104,
  184.     13,   104,     0,   104,     8,   104,     0,   104,     9,   104,
  185.      0,    10,   104,     0,     7,    94,    67,     0,    63,    94,
  186.     67,     0,    68,     0,    69,     0,    70,     0,    71,     0,
  187.     72,     0,    74,     0,    75,     0,    76,     0,    77,     0,
  188.     80,     0,    81,     0,     0,    98,     0,   106,    99,    98,
  189.      0,   100,     7,    96,   106,    97,   101,     0,   109,    96,
  190.    112,    97,     0,    73,     0,    78,     0,    79,     0,     7,
  191.      0,   110,    99,     7,     0,     0,     7,     0,   111,    99,
  192.      7,     0,     0,   104,     0,   112,    99,   104,     0,   104,
  193.      0,    33,    96,    91,    97,     0,    33,    96,    34,     7,
  194.     97,     0,    32,    96,   104,    97,     0,     0,   113,     0,
  195.    114,    99,   113,     0,    91,     0,   114,    46,   111,     0,
  196.    114,     0,     0,    36,   104,     0,     0,    37,    48,     0,
  197.      0,    39,    40,     0,     0,    43,     0,    44,     0,     0,
  198.     41,    42,     7,   119,     0,    31,   115,    35,   110,   116,
  199.    117,   118,   120,     0,    45,    46,     7,     0,   122,    47,
  200.     96,   112,    97,     0,   122,   121,     0,     7,    86,   104,
  201.      0,   124,     0,   125,    99,   124,     0,    36,    51,    52,
  202.      7,     0,    48,     7,    49,   125,     0,   127,   116,     0,
  203.    127,   126,     0,    50,    35,     7,     0,   130,   116,     0,
  204.    130,   126,     0,    82,   121,     0,     7,    60,   104,     0,
  205.     27,   104,    25,   103,     0,   135,     0,   136,   135,     0,
  206.      0,    26,   103,     0,   136,     0,    24,   104,    25,   103,
  207.    137,    23,    24,     0,    29,   104,    28,   103,    23,    28,
  208.      0,    37,     7,    15,   104,    38,   104,    28,   103,    23,
  209.     28,     0,    30,     0,    64,     7,     0,    66,     7,     0,
  210.     65,     7,    46,   111,     0,     7,   155,     0,   145,     0,
  211.    146,    99,   145,     0,     0,    58,     0,    53,    54,     7,
  212.     96,   146,    97,   147,     0,     7,     0,   149,    99,     7,
  213.      0,     0,    56,     0,     0,    57,     0,    53,   150,   151,
  214.     55,     7,    59,     7,    96,   149,    97,     0,    83,    85,
  215.      0,    84,    85,     0,    17,     0,    20,     0,     7,    15,
  216.    155,     0,     7,    16,   155,     0,     0,   156,     0,   157,
  217.     99,   156,     0,     7,   155,    95,     0,     0,   158,     0,
  218.    159,   158,     0,    61,    62,     7,    21,   121,    95,     0,
  219.      0,   160,     0,   161,   160,     0,    14,     7,    96,   157,
  220.     97,    21,   159,   161,    22,   103,    23,     0
  221. };
  222. #endif
  223. #if YYDEBUG != 0
  224. static const short yyrline[] = { 0,
  225.    129,   131,   132,   133,   134,   135,   136,   137,   138,   139,
  226.    140,   141,   142,   143,   144,   145,   146,   147,   148,   149,
  227.    150,   151,   154,   156,   160,   162,   164,   165,   166,   167,
  228.    168,   169,   170,   171,   172,   173,   174,   175,   176,   177,
  229.    178,   179,   180,   181,   182,   183,   184,   186,   190,   192,
  230.    193,   194,   196,   197,   198,   199,   200,   201,   202,   205,
  231.    207,   208,   211,   216,   221,   223,   224,   227,   229,   233,
  232.    235,   236,   240,   242,   243,   246,   248,   253,   259,   265,
  233.    267,   268,   272,   275,   277,   280,   282,   285,   287,   291,
  234.    293,   297,   299,   300,   303,   305,   309,   319,   324,   327,
  235.    331,   335,   337,   341,   347,   354,   359,   364,   370,   375,
  236.    380,   385,   390,   396,   398,   402,   404,   406,   409,   416,
  237.    422,   430,   434,   440,   446,   451,   455,   457,   461,   463,
  238.    468,   474,   476,   480,   482,   485,   487,   490,   498,   503,
  239.    508,   510,   513,   517,   522,   524,   525,   529,   534,   536,
  240.    537,   540,   546,   548,   549,   552
  241. };
  242. #endif
  243. #if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
  244. static const char * const yytname[] = {   "$","error","$undefined.","PARS_INT_LIT",
  245. "PARS_FLOAT_LIT","PARS_STR_LIT","PARS_NULL_LIT","PARS_ID_TOKEN","PARS_AND_TOKEN",
  246. "PARS_OR_TOKEN","PARS_NOT_TOKEN","PARS_GE_TOKEN","PARS_LE_TOKEN","PARS_NE_TOKEN",
  247. "PARS_PROCEDURE_TOKEN","PARS_IN_TOKEN","PARS_OUT_TOKEN","PARS_INT_TOKEN","PARS_INTEGER_TOKEN",
  248. "PARS_FLOAT_TOKEN","PARS_CHAR_TOKEN","PARS_IS_TOKEN","PARS_BEGIN_TOKEN","PARS_END_TOKEN",
  249. "PARS_IF_TOKEN","PARS_THEN_TOKEN","PARS_ELSE_TOKEN","PARS_ELSIF_TOKEN","PARS_LOOP_TOKEN",
  250. "PARS_WHILE_TOKEN","PARS_RETURN_TOKEN","PARS_SELECT_TOKEN","PARS_SUM_TOKEN",
  251. "PARS_COUNT_TOKEN","PARS_DISTINCT_TOKEN","PARS_FROM_TOKEN","PARS_WHERE_TOKEN",
  252. "PARS_FOR_TOKEN","PARS_DDOT_TOKEN","PARS_CONSISTENT_TOKEN","PARS_READ_TOKEN",
  253. "PARS_ORDER_TOKEN","PARS_BY_TOKEN","PARS_ASC_TOKEN","PARS_DESC_TOKEN","PARS_INSERT_TOKEN",
  254. "PARS_INTO_TOKEN","PARS_VALUES_TOKEN","PARS_UPDATE_TOKEN","PARS_SET_TOKEN","PARS_DELETE_TOKEN",
  255. "PARS_CURRENT_TOKEN","PARS_OF_TOKEN","PARS_CREATE_TOKEN","PARS_TABLE_TOKEN",
  256. "PARS_INDEX_TOKEN","PARS_UNIQUE_TOKEN","PARS_CLUSTERED_TOKEN","PARS_DOES_NOT_FIT_IN_MEM_TOKEN",
  257. "PARS_ON_TOKEN","PARS_ASSIGN_TOKEN","PARS_DECLARE_TOKEN","PARS_CURSOR_TOKEN",
  258. "PARS_SQL_TOKEN","PARS_OPEN_TOKEN","PARS_FETCH_TOKEN","PARS_CLOSE_TOKEN","PARS_NOTFOUND_TOKEN",
  259. "PARS_TO_CHAR_TOKEN","PARS_TO_NUMBER_TOKEN","PARS_TO_BINARY_TOKEN","PARS_BINARY_TO_NUMBER_TOKEN",
  260. "PARS_SUBSTR_TOKEN","PARS_REPLSTR_TOKEN","PARS_CONCAT_TOKEN","PARS_INSTR_TOKEN",
  261. "PARS_LENGTH_TOKEN","PARS_SYSDATE_TOKEN","PARS_PRINTF_TOKEN","PARS_ASSERT_TOKEN",
  262. "PARS_RND_TOKEN","PARS_RND_STR_TOKEN","PARS_ROW_PRINTF_TOKEN","PARS_COMMIT_TOKEN",
  263. "PARS_ROLLBACK_TOKEN","PARS_WORK_TOKEN","'='","'<'","'>'","'-'","'+'","'*'",
  264. "'/'","NEG","'%'","';'","'('","')'","'?'","','","'{'","'}'","statement","statement_list",
  265. "exp","function_name","question_mark_list","stored_procedure_call","predefined_procedure_call",
  266. "predefined_procedure_name","table_list","variable_list","exp_list","select_item",
  267. "select_item_list","select_list","search_condition","for_update_clause","consistent_read_clause",
  268. "order_direction","order_by_clause","select_statement","insert_statement_start",
  269. "insert_statement","column_assignment","column_assignment_list","cursor_positioned",
  270. "update_statement_start","update_statement_searched","update_statement_positioned",
  271. "delete_statement_start","delete_statement_searched","delete_statement_positioned",
  272. "row_printf_statement","assignment_statement","elsif_element","elsif_list","else_part",
  273. "if_statement","while_statement","for_statement","return_statement","open_cursor_statement",
  274. "close_cursor_statement","fetch_statement","column_def","column_def_list","not_fit_in_memory",
  275. "create_table","column_list","unique_def","clustered_def","create_index","commit_statement",
  276. "rollback_statement","type_name","parameter_declaration","parameter_declaration_list",
  277. "variable_declaration","variable_declaration_list","cursor_declaration","declaration_list",
  278. "procedure_definition", NULL
  279. };
  280. #endif
  281. static const short yyr1[] = {     0,
  282.    102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
  283.    102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
  284.    102,   102,   103,   103,   104,   104,   104,   104,   104,   104,
  285.    104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
  286.    104,   104,   104,   104,   104,   104,   104,   104,   105,   105,
  287.    105,   105,   105,   105,   105,   105,   105,   105,   105,   106,
  288.    106,   106,   107,   108,   109,   109,   109,   110,   110,   111,
  289.    111,   111,   112,   112,   112,   113,   113,   113,   113,   114,
  290.    114,   114,   115,   115,   115,   116,   116,   117,   117,   118,
  291.    118,   119,   119,   119,   120,   120,   121,   122,   123,   123,
  292.    124,   125,   125,   126,   127,   128,   129,   130,   131,   132,
  293.    133,   134,   135,   136,   136,   137,   137,   137,   138,   139,
  294.    140,   141,   142,   143,   144,   145,   146,   146,   147,   147,
  295.    148,   149,   149,   150,   150,   151,   151,   152,   153,   154,
  296.    155,   155,   156,   156,   157,   157,   157,   158,   159,   159,
  297.    159,   160,   161,   161,   161,   162
  298. };
  299. static const short yyr2[] = {     0,
  300.      2,     1,     2,     2,     2,     2,     2,     2,     2,     2,
  301.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  302.      2,     2,     1,     2,     1,     4,     1,     1,     1,     1,
  303.      1,     3,     3,     3,     3,     2,     3,     3,     3,     3,
  304.      3,     3,     3,     3,     3,     2,     3,     3,     1,     1,
  305.      1,     1,     1,     1,     1,     1,     1,     1,     1,     0,
  306.      1,     3,     6,     4,     1,     1,     1,     1,     3,     0,
  307.      1,     3,     0,     1,     3,     1,     4,     5,     4,     0,
  308.      1,     3,     1,     3,     1,     0,     2,     0,     2,     0,
  309.      2,     0,     1,     1,     0,     4,     8,     3,     5,     2,
  310.      3,     1,     3,     4,     4,     2,     2,     3,     2,     2,
  311.      2,     3,     4,     1,     2,     0,     2,     1,     7,     6,
  312.     10,     1,     2,     2,     4,     2,     1,     3,     0,     1,
  313.      7,     1,     3,     0,     1,     0,     1,    10,     2,     2,
  314.      1,     1,     3,     3,     0,     1,     3,     3,     0,     1,
  315.      2,     6,     0,     1,     2,    11
  316. };
  317. static const short yydefact[] = {     0,
  318.      0,     0,     0,     0,   122,    80,     0,     0,     0,     0,
  319.    134,     0,     0,     0,    65,    66,    67,     0,     0,     0,
  320.      0,     2,     0,     0,     0,     0,     0,    86,     0,     0,
  321.     86,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  322.      0,     0,     0,     0,     0,     0,     0,     0,     0,    27,
  323.     28,    29,    30,    25,     0,    31,    49,    50,    51,    52,
  324.     53,    54,    55,    56,    57,    58,    59,     0,     0,     0,
  325.      0,     0,     0,     0,    83,    76,    81,    85,     0,     0,
  326.      0,     0,     0,     0,   135,   136,   123,     0,   124,   111,
  327.    139,   140,     0,     3,    73,     9,     0,   100,    10,     0,
  328.    106,   107,    14,    15,   109,   110,    12,    13,    11,     8,
  329.      6,     4,     5,     7,    16,    18,    17,    21,    22,    19,
  330.     20,     1,   112,   145,     0,    46,     0,    36,     0,     0,
  331.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  332.      0,     0,    73,     0,     0,     0,    70,     0,     0,     0,
  333.     98,     0,   108,     0,   137,     0,    70,    60,    74,     0,
  334.     73,     0,    87,     0,   146,     0,    47,    48,    37,    44,
  335.     45,    41,    42,    43,    23,   116,    38,    39,    40,    33,
  336.     32,    34,    35,     0,     0,     0,     0,     0,    71,    84,
  337.     82,    68,    86,     0,     0,   102,   105,     0,     0,   125,
  338.     61,     0,    64,     0,     0,     0,     0,     0,     0,     0,
  339.      0,     0,    24,   114,   118,     0,    26,     0,    79,     0,
  340.     77,     0,     0,     0,    88,     0,     0,     0,     0,   127,
  341.      0,     0,     0,     0,    75,    99,   104,   141,   142,   143,
  342.    144,   149,   147,   117,     0,   115,     0,   120,    78,    72,
  343.     69,     0,    90,     0,   101,   103,   126,   129,     0,     0,
  344.     63,    62,     0,   150,   153,     0,   119,    89,     0,    95,
  345.      0,   130,   131,   128,     0,     0,     0,   151,   154,     0,
  346.    113,    91,     0,    97,     0,     0,   148,     0,     0,   155,
  347.      0,     0,   132,     0,     0,     0,    92,   121,   138,     0,
  348.      0,   156,    93,    94,    96,   133,     0,   152,     0,     0,
  349.      0
  350. };
  351. static const short yydefgoto[] = {   175,
  352.    176,   159,    71,   202,    22,    23,    24,   193,   190,   160,
  353.     77,    78,    79,   101,   253,   270,   305,   284,    25,    26,
  354.     27,   196,   197,   102,    28,    29,    30,    31,    32,    33,
  355.     34,    35,   214,   215,   216,    36,    37,    38,    39,    40,
  356.     41,    42,   230,   231,   273,    43,   294,    86,   156,    44,
  357.     45,    46,   240,   165,   166,   264,   265,   279,   280,    47
  358. };
  359. static const short yypact[] = {   443,
  360.    -36,    39,   479,   479,-32768,     7,    45,    10,    54,    28,
  361.    -28,    57,    59,    66,-32768,-32768,-32768,    49,    12,    15,
  362.     88,-32768,    16,     6,    21,     3,    22,    84,    26,    27,
  363.     84,    29,    30,    31,    33,    47,    48,    51,    53,    56,
  364.     58,    60,    62,    64,    65,    67,    68,   479,    71,-32768,
  365. -32768,-32768,-32768,    70,   479,    75,-32768,-32768,-32768,-32768,
  366. -32768,-32768,-32768,-32768,-32768,-32768,-32768,   479,   479,   293,
  367.     74,   502,    76,    77,-32768,   356,-32768,   -25,   117,   108,
  368.    147,   107,   154,   164,-32768,   122,-32768,   128,-32768,-32768,
  369. -32768,-32768,    87,-32768,   479,-32768,    90,-32768,-32768,    38,
  370. -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  371. -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  372. -32768,-32768,   356,   177,   120,   550,   131,   176,   234,   479,
  373.    479,   479,   479,   479,   443,   479,   479,   479,   479,   479,
  374.    479,   479,   479,   443,   479,   -26,   188,   187,   193,   479,
  375. -32768,   195,-32768,   109,-32768,   152,   188,   110,   356,   -70,
  376.    479,   157,   356,    20,-32768,   -67,-32768,-32768,-32768,   550,
  377.    550,     2,     2,   356,-32768,   151,     2,     2,     2,    -6,
  378.     -6,   176,   176,   -66,   263,   490,   199,   113,-32768,   114,
  379. -32768,-32768,   -30,   520,   126,-32768,   115,   211,   214,   114,
  380. -32768,   -48,-32768,   479,   -44,   216,     5,     5,   206,   177,
  381.    443,   479,-32768,-32768,   201,   208,-32768,   204,-32768,   139,
  382. -32768,   230,   479,   231,   202,   479,   479,   195,     5,-32768,
  383.    -40,   181,   140,   150,   356,-32768,-32768,-32768,-32768,-32768,
  384. -32768,   242,-32768,   443,   527,-32768,   228,-32768,-32768,-32768,
  385. -32768,   205,   215,   558,   356,-32768,-32768,   207,   211,   253,
  386. -32768,-32768,     5,-32768,    11,   443,-32768,-32768,   226,   232,
  387.    443,-32768,-32768,-32768,   173,   179,   209,-32768,-32768,    -3,
  388.    443,-32768,   233,-32768,   325,   265,-32768,   271,   443,-32768,
  389.    272,   252,-32768,   -37,   261,   387,    61,-32768,-32768,   281,
  390.     49,-32768,-32768,-32768,-32768,-32768,   194,-32768,   290,   291,
  391. -32768
  392. };
  393. static const short yypgoto[] = {     0,
  394.   -121,    -1,-32768,-32768,-32768,-32768,-32768,-32768,   138,  -123,
  395.    149,-32768,-32768,   -27,-32768,-32768,-32768,-32768,   -17,-32768,
  396. -32768,    79,-32768,   267,-32768,-32768,-32768,-32768,-32768,-32768,
  397. -32768,-32768,    94,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  398. -32768,-32768,    40,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  399. -32768,-32768,  -192,    93,-32768,    50,-32768,    32,-32768,-32768
  400. };
  401. #define YYLAST 650
  402. static const short yytable[] = {   309,
  403.     90,    70,    72,   105,    76,   223,   134,   187,    98,    50,
  404.     51,    52,    53,    54,   134,   241,    55,   263,   289,   184,
  405.    147,   238,   185,    48,   239,    84,   203,    85,   204,   209,
  406.    217,   210,   204,     6,   207,   208,   257,   205,    73,    74,
  407.     50,    51,    52,    53,    54,    49,   123,    55,   233,    97,
  408.    234,    80,   236,   126,   204,    81,   258,   277,   259,   299,
  409.     82,   300,    83,    87,   188,    88,   128,   129,   224,    56,
  410.    276,   277,    89,   148,    57,    58,    59,    60,    61,     6,
  411.     62,    63,    64,    65,   141,   142,    66,    67,   162,   244,
  412.    139,   140,   141,   142,    93,    68,    91,    75,   163,    92,
  413.     56,    95,    69,   303,   304,    57,    58,    59,    60,    61,
  414.     94,    62,    63,    64,    65,    96,    99,    66,    67,   100,
  415.    103,   104,   150,   107,   108,   109,    68,   110,   170,   171,
  416.    172,   173,   174,    69,   177,   178,   179,   180,   181,   182,
  417.    183,   111,   112,   186,   281,   113,    76,   114,   194,   285,
  418.    115,   149,   116,   151,   117,   152,   118,     1,   119,   120,
  419.    153,   121,   122,   125,     2,   225,   124,   296,   127,   143,
  420.    154,   145,   146,   157,     3,   213,   211,   212,   155,     4,
  421.      5,     6,   158,   164,   213,   161,   167,     7,   134,    50,
  422.     51,    52,    53,    54,   189,     8,    55,   168,     9,   192,
  423.     10,   195,   235,    11,   198,   220,   199,   201,   206,   221,
  424.    245,   227,   222,   228,    12,    13,    14,   229,    73,    74,
  425.    232,   163,   237,    15,   254,   255,   242,   212,    16,    17,
  426.    247,   248,    18,    19,    20,   249,   250,   251,   252,   260,
  427.    261,   130,   131,   213,   132,   133,   134,   262,   263,    56,
  428.     21,   267,   268,   269,    57,    58,    59,    60,    61,   275,
  429.     62,    63,    64,    65,   272,   282,    66,    67,   286,     1,
  430.    288,   293,   283,   287,   291,    68,     2,   295,   297,   298,
  431.    213,   301,    69,   307,   213,   218,     3,   306,   308,   310,
  432.    311,     4,     5,     6,   200,   213,   191,   106,   274,     7,
  433.    130,   131,   243,   132,   133,   134,   256,     8,   246,     0,
  434.      9,   290,    10,     0,   278,    11,     0,   135,     0,   136,
  435.    137,   138,   139,   140,   141,   142,    12,    13,    14,     0,
  436.    169,     1,     0,     0,     0,    15,     0,     0,     2,     0,
  437.     16,    17,     0,     0,    18,    19,    20,   292,     3,     0,
  438.      0,     0,     0,     4,     5,     6,     0,     0,     0,     0,
  439.      0,     7,    21,   130,   131,     0,   132,   133,   134,     8,
  440.      0,     0,     9,     0,    10,     0,     0,    11,   136,   137,
  441.    138,   139,   140,   141,   142,     0,     0,     0,    12,    13,
  442.     14,     0,     0,     1,     0,     0,     0,    15,     0,     0,
  443.      2,     0,    16,    17,     0,     0,    18,    19,    20,   302,
  444.      3,     0,     0,     0,     0,     4,     5,     6,     0,     0,
  445.      0,     0,     0,     7,    21,     0,     0,     0,     0,     0,
  446.      0,     8,     0,     0,     9,     0,    10,     0,     0,    11,
  447.      0,   136,   137,   138,   139,   140,   141,   142,     0,     1,
  448.     12,    13,    14,     0,     0,     0,     2,     0,     0,    15,
  449.      0,     0,     0,     0,    16,    17,     3,     0,    18,    19,
  450.     20,     4,     5,     6,     0,     0,     0,     0,     0,     7,
  451.      0,    50,    51,    52,    53,    54,    21,     8,    55,     0,
  452.      9,     0,    10,     0,     0,    11,     0,   130,   131,     0,
  453.    132,   133,   134,     0,     0,     0,    12,    13,    14,   130,
  454.    131,     0,   132,   133,   134,    15,     0,     0,     0,     0,
  455.     16,    17,     0,     0,    18,    19,    20,   130,   131,   144,
  456.    132,   133,   134,     0,   130,   131,     0,   132,   133,   134,
  457.      0,    56,    21,     0,     0,     0,    57,    58,    59,    60,
  458.     61,   266,    62,    63,    64,    65,     0,   226,    66,    67,
  459.    132,   133,   134,     0,     0,   130,   131,    68,   132,   133,
  460.    134,     0,     0,     0,    69,   136,   137,   138,   139,   140,
  461.    141,   142,     0,     0,     0,   271,   219,   136,   137,   138,
  462.    139,   140,   141,   142,     0,     0,     0,     0,     0,     0,
  463.      0,     0,     0,     0,     0,   136,   137,   138,   139,   140,
  464.    141,   142,   136,   137,   138,   139,   140,   141,   142,     0,
  465.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  466.      0,     0,     0,     0,     0,   136,   137,   138,   139,   140,
  467.    141,   142,     0,   136,   137,   138,   139,   140,   141,   142
  468. };
  469. static const short yycheck[] = {     0,
  470.     18,     3,     4,    31,     6,    36,    13,    34,    26,     3,
  471.      4,     5,     6,     7,    13,   208,    10,     7,    22,   143,
  472.     46,    17,   144,    60,    20,    54,    97,    56,    99,    97,
  473.     97,    99,    99,    31,    15,    16,   229,   161,    32,    33,
  474.      3,     4,     5,     6,     7,     7,    48,    10,    97,    47,
  475.     99,     7,    97,    55,    99,    46,    97,    61,    99,    97,
  476.      7,    99,    35,     7,    91,     7,    68,    69,    99,    63,
  477.    263,    61,     7,    99,    68,    69,    70,    71,    72,    31,
  478.     74,    75,    76,    77,    91,    92,    80,    81,    51,   211,
  479.     89,    90,    91,    92,     7,    89,    85,    91,   100,    85,
  480.     63,    96,    96,    43,    44,    68,    69,    70,    71,    72,
  481.     95,    74,    75,    76,    77,    95,    95,    80,    81,    36,
  482.     95,    95,    15,    95,    95,    95,    89,    95,   130,   131,
  483.    132,   133,   134,    96,   136,   137,   138,   139,   140,   141,
  484.    142,    95,    95,   145,   266,    95,   148,    95,   150,   271,
  485.     95,    35,    95,     7,    95,    49,    95,     7,    95,    95,
  486.      7,    95,    95,    94,    14,   193,    96,   289,    94,    96,
  487.      7,    96,    96,    46,    24,   176,    26,    27,    57,    29,
  488.     30,    31,    96,     7,   185,    96,    67,    37,    13,     3,
  489.      4,     5,     6,     7,     7,    45,    10,    67,    48,     7,
  490.     50,     7,   204,    53,    96,     7,    55,    98,    52,    97,
  491.    212,    86,    99,    99,    64,    65,    66,     7,    32,    33,
  492.      7,   223,     7,    73,   226,   227,    21,    27,    78,    79,
  493.     23,    28,    82,    83,    84,    97,     7,     7,    37,    59,
  494.    101,     8,     9,   244,    11,    12,    13,    98,     7,    63,
  495.    100,    24,    48,    39,    68,    69,    70,    71,    72,     7,
  496.     74,    75,    76,    77,    58,    40,    80,    81,    96,     7,
  497.     62,     7,    41,    95,    42,    89,    14,     7,     7,    28,
  498.    281,    21,    96,   301,   285,    23,    24,     7,    95,     0,
  499.      0,    29,    30,    31,   157,   296,   148,    31,   259,    37,
  500.      8,     9,   210,    11,    12,    13,   228,    45,   215,    -1,
  501.     48,   280,    50,    -1,   265,    53,    -1,    25,    -1,    86,
  502.     87,    88,    89,    90,    91,    92,    64,    65,    66,    -1,
  503.     97,     7,    -1,    -1,    -1,    73,    -1,    -1,    14,    -1,
  504.     78,    79,    -1,    -1,    82,    83,    84,    23,    24,    -1,
  505.     -1,    -1,    -1,    29,    30,    31,    -1,    -1,    -1,    -1,
  506.     -1,    37,   100,     8,     9,    -1,    11,    12,    13,    45,
  507.     -1,    -1,    48,    -1,    50,    -1,    -1,    53,    86,    87,
  508.     88,    89,    90,    91,    92,    -1,    -1,    -1,    64,    65,
  509.     66,    -1,    -1,     7,    -1,    -1,    -1,    73,    -1,    -1,
  510.     14,    -1,    78,    79,    -1,    -1,    82,    83,    84,    23,
  511.     24,    -1,    -1,    -1,    -1,    29,    30,    31,    -1,    -1,
  512.     -1,    -1,    -1,    37,   100,    -1,    -1,    -1,    -1,    -1,
  513.     -1,    45,    -1,    -1,    48,    -1,    50,    -1,    -1,    53,
  514.     -1,    86,    87,    88,    89,    90,    91,    92,    -1,     7,
  515.     64,    65,    66,    -1,    -1,    -1,    14,    -1,    -1,    73,
  516.     -1,    -1,    -1,    -1,    78,    79,    24,    -1,    82,    83,
  517.     84,    29,    30,    31,    -1,    -1,    -1,    -1,    -1,    37,
  518.     -1,     3,     4,     5,     6,     7,   100,    45,    10,    -1,
  519.     48,    -1,    50,    -1,    -1,    53,    -1,     8,     9,    -1,
  520.     11,    12,    13,    -1,    -1,    -1,    64,    65,    66,     8,
  521.      9,    -1,    11,    12,    13,    73,    -1,    -1,    -1,    -1,
  522.     78,    79,    -1,    -1,    82,    83,    84,     8,     9,    28,
  523.     11,    12,    13,    -1,     8,     9,    -1,    11,    12,    13,
  524.     -1,    63,   100,    -1,    -1,    -1,    68,    69,    70,    71,
  525.     72,    25,    74,    75,    76,    77,    -1,    38,    80,    81,
  526.     11,    12,    13,    -1,    -1,     8,     9,    89,    11,    12,
  527.     13,    -1,    -1,    -1,    96,    86,    87,    88,    89,    90,
  528.     91,    92,    -1,    -1,    -1,    28,    97,    86,    87,    88,
  529.     89,    90,    91,    92,    -1,    -1,    -1,    -1,    -1,    -1,
  530.     -1,    -1,    -1,    -1,    -1,    86,    87,    88,    89,    90,
  531.     91,    92,    86,    87,    88,    89,    90,    91,    92,    -1,
  532.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  533.     -1,    -1,    -1,    -1,    -1,    86,    87,    88,    89,    90,
  534.     91,    92,    -1,    86,    87,    88,    89,    90,    91,    92
  535. };
  536. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  537. #line 3 "/usr/share/bison.simple"
  538. /* This file comes from bison-1.28.  */
  539. /* Skeleton output parser for bison,
  540.    Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
  541.    This program is free software; you can redistribute it and/or modify
  542.    it under the terms of the GNU General Public License as published by
  543.    the Free Software Foundation; either version 2, or (at your option)
  544.    any later version.
  545.    This program is distributed in the hope that it will be useful,
  546.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  547.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  548.    GNU General Public License for more details.
  549.    You should have received a copy of the GNU General Public License
  550.    along with this program; if not, write to the Free Software
  551.    Foundation, Inc., 59 Temple Place - Suite 330,
  552.    Boston, MA 02111-1307, USA.  */
  553. /* As a special exception, when this file is copied by Bison into a
  554.    Bison output file, you may use that output file without restriction.
  555.    This special exception was added by the Free Software Foundation
  556.    in version 1.24 of Bison.  */
  557. /* This is the parser code that is written into each bison parser
  558.   when the %semantic_parser declaration is not specified in the grammar.
  559.   It was written by Richard Stallman by simplifying the hairy parser
  560.   used when %semantic_parser is specified.  */
  561. #ifndef YYPARSE_RETURN_TYPE
  562. #define YYPARSE_RETURN_TYPE int
  563. #endif
  564. #ifndef YYSTACK_USE_ALLOCA
  565. #ifdef alloca
  566. #define YYSTACK_USE_ALLOCA
  567. #else /* alloca not defined */
  568. #ifdef __GNUC__
  569. #define YYSTACK_USE_ALLOCA
  570. #define alloca __builtin_alloca
  571. #else /* not GNU C.  */
  572. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
  573. #define YYSTACK_USE_ALLOCA
  574. #include <alloca.h>
  575. #else /* not sparc */
  576. /* We think this test detects Watcom and Microsoft C.  */
  577. /* This used to test MSDOS, but that is a bad idea
  578.    since that symbol is in the user namespace.  */
  579. #if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
  580. #if 0 /* No need for malloc.h, which pollutes the namespace;
  581.  instead, just don't use alloca.  */
  582. #include <malloc.h>
  583. #endif
  584. #else /* not MSDOS, or __TURBOC__ */
  585. #if defined(_AIX)
  586. /* I don't know what this was needed for, but it pollutes the namespace.
  587.    So I turned it off.   rms, 2 May 1997.  */
  588. /* #include <malloc.h>  */
  589.  #pragma alloca
  590. #define YYSTACK_USE_ALLOCA
  591. #else /* not MSDOS, or __TURBOC__, or _AIX */
  592. #if 0
  593. #ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
  594.  and on HPUX 10.  Eventually we can turn this on.  */
  595. #define YYSTACK_USE_ALLOCA
  596. #define alloca __builtin_alloca
  597. #endif /* __hpux */
  598. #endif
  599. #endif /* not _AIX */
  600. #endif /* not MSDOS, or __TURBOC__ */
  601. #endif /* not sparc */
  602. #endif /* not GNU C */
  603. #endif /* alloca not defined */
  604. #endif /* YYSTACK_USE_ALLOCA not defined */
  605. #ifdef YYSTACK_USE_ALLOCA
  606. #define YYSTACK_ALLOC alloca
  607. #else
  608. #define YYSTACK_ALLOC malloc
  609. #endif
  610. /* Note: there must be only one dollar sign in this file.
  611.    It is replaced by the list of actions, each action
  612.    as one case of the switch.  */
  613. #define yyerrok (yyerrstatus = 0)
  614. #define yyclearin (yychar = YYEMPTY)
  615. #define YYEMPTY -2
  616. #define YYEOF 0
  617. #define YYACCEPT goto yyacceptlab
  618. #define YYABORT  goto yyabortlab
  619. #define YYERROR goto yyerrlab1
  620. /* Like YYERROR except do call yyerror.
  621.    This remains here temporarily to ease the
  622.    transition to the new meaning of YYERROR, for GCC.
  623.    Once GCC version 2 has supplanted version 1, this can go.  */
  624. #define YYFAIL goto yyerrlab
  625. #define YYRECOVERING()  (!!yyerrstatus)
  626. #define YYBACKUP(token, value) 
  627. do
  628.   if (yychar == YYEMPTY && yylen == 1)
  629.     { yychar = (token), yylval = (value);
  630.       yychar1 = YYTRANSLATE (yychar);
  631.       YYPOPSTACK;
  632.       goto yybackup;
  633.     }
  634.   else
  635.     { yyerror ("syntax error: cannot back up"); YYERROR; }
  636. while (0)
  637. #define YYTERROR 1
  638. #define YYERRCODE 256
  639. #ifndef YYPURE
  640. #define YYLEX yylex()
  641. #endif
  642. #ifdef YYPURE
  643. #ifdef YYLSP_NEEDED
  644. #ifdef YYLEX_PARAM
  645. #define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
  646. #else
  647. #define YYLEX yylex(&yylval, &yylloc)
  648. #endif
  649. #else /* not YYLSP_NEEDED */
  650. #ifdef YYLEX_PARAM
  651. #define YYLEX yylex(&yylval, YYLEX_PARAM)
  652. #else
  653. #define YYLEX yylex(&yylval)
  654. #endif
  655. #endif /* not YYLSP_NEEDED */
  656. #endif
  657. /* If nonreentrant, generate the variables here */
  658. #ifndef YYPURE
  659. int yychar; /*  the lookahead symbol */
  660. YYSTYPE yylval; /*  the semantic value of the */
  661. /*  lookahead symbol */
  662. #ifdef YYLSP_NEEDED
  663. YYLTYPE yylloc; /*  location data for the lookahead */
  664. /*  symbol */
  665. #endif
  666. int yynerrs; /*  number of parse errors so far       */
  667. #endif  /* not YYPURE */
  668. #if YYDEBUG != 0
  669. int yydebug; /*  nonzero means print parse trace */
  670. /* Since this is uninitialized, it does not stop multiple parsers
  671.    from coexisting.  */
  672. #endif
  673. /*  YYINITDEPTH indicates the initial size of the parser's stacks */
  674. #ifndef YYINITDEPTH
  675. #define YYINITDEPTH 200
  676. #endif
  677. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  678.     (effective only if the built-in stack extension method is used).  */
  679. #if YYMAXDEPTH == 0
  680. #undef YYMAXDEPTH
  681. #endif
  682. #ifndef YYMAXDEPTH
  683. #define YYMAXDEPTH 10000
  684. #endif
  685. /* Define __yy_memcpy.  Note that the size argument
  686.    should be passed with type unsigned int, because that is what the non-GCC
  687.    definitions require.  With GCC, __builtin_memcpy takes an arg
  688.    of type size_t, but it can handle unsigned int.  */
  689. #if __GNUC__ > 1 /* GNU C and GNU C++ define this.  */
  690. #define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)
  691. #else /* not GNU C or C++ */
  692. #ifndef __cplusplus
  693. /* This is the most reliable way to avoid incompatibilities
  694.    in available built-in functions on various systems.  */
  695. static void
  696. __yy_memcpy (to, from, count)
  697.      char *to;
  698.      char *from;
  699.      unsigned int count;
  700. {
  701.   register char *f = from;
  702.   register char *t = to;
  703.   register int i = count;
  704.   while (i-- > 0)
  705.     *t++ = *f++;
  706. }
  707. #else /* __cplusplus */
  708. /* This is the most reliable way to avoid incompatibilities
  709.    in available built-in functions on various systems.  */
  710. static void
  711. __yy_memcpy (char *to, char *from, unsigned int count)
  712. {
  713.   register char *t = to;
  714.   register char *f = from;
  715.   register int i = count;
  716.   while (i-- > 0)
  717.     *t++ = *f++;
  718. }
  719. #endif
  720. #endif
  721. #line 222 "/usr/share/bison.simple"
  722. /* The user can define YYPARSE_PARAM as the name of an argument to be passed
  723.    into yyparse.  The argument should have type void *.
  724.    It should actually point to an object.
  725.    Grammar actions can access the variable by casting it
  726.    to the proper pointer type.  */
  727. #ifdef YYPARSE_PARAM
  728. #ifdef __cplusplus
  729. #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
  730. #define YYPARSE_PARAM_DECL
  731. #else /* not __cplusplus */
  732. #define YYPARSE_PARAM_ARG YYPARSE_PARAM
  733. #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
  734. #endif /* not __cplusplus */
  735. #else /* not YYPARSE_PARAM */
  736. #define YYPARSE_PARAM_ARG
  737. #define YYPARSE_PARAM_DECL
  738. #endif /* not YYPARSE_PARAM */
  739. /* Prevent warning if -Wstrict-prototypes.  */
  740. #ifdef __GNUC__
  741. #ifdef YYPARSE_PARAM
  742. YYPARSE_RETURN_TYPE
  743. yyparse (void *);
  744. #else
  745. YYPARSE_RETURN_TYPE
  746. yyparse (void);
  747. #endif
  748. #endif
  749. YYPARSE_RETURN_TYPE
  750. yyparse(YYPARSE_PARAM_ARG)
  751.      YYPARSE_PARAM_DECL
  752. {
  753.   register int yystate;
  754.   register int yyn;
  755.   register short *yyssp;
  756.   register YYSTYPE *yyvsp;
  757.   int yyerrstatus; /*  number of tokens to shift before error messages enabled */
  758.   int yychar1 = 0; /*  lookahead token as an internal (translated) token number */
  759.   short yyssa[YYINITDEPTH]; /*  the state stack */
  760.   YYSTYPE yyvsa[YYINITDEPTH]; /*  the semantic value stack */
  761.   short *yyss = yyssa; /*  refer to the stacks thru separate pointers */
  762.   YYSTYPE *yyvs = yyvsa; /*  to allow yyoverflow to reallocate them elsewhere */
  763. #ifdef YYLSP_NEEDED
  764.   YYLTYPE yylsa[YYINITDEPTH]; /*  the location stack */
  765.   YYLTYPE *yyls = yylsa;
  766.   YYLTYPE *yylsp;
  767. #define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
  768. #else
  769. #define YYPOPSTACK   (yyvsp--, yyssp--)
  770. #endif
  771.   int yystacksize = YYINITDEPTH;
  772. #ifndef YYSTACK_USE_ALLOCA
  773.   int yyfree_stacks = 0;
  774. #endif
  775. #ifdef YYPURE
  776.   int yychar;
  777.   YYSTYPE yylval;
  778.   int yynerrs;
  779. #ifdef YYLSP_NEEDED
  780.   YYLTYPE yylloc;
  781. #endif
  782. #endif
  783.   YYSTYPE yyval; /*  the variable used to return */
  784. /*  semantic values from the action */
  785. /*  routines */
  786.   int yylen;
  787. #if YYDEBUG != 0
  788.   if (yydebug)
  789.     fprintf(stderr, "Starting parsen");
  790. #endif
  791.   yystate = 0;
  792.   yyerrstatus = 0;
  793.   yynerrs = 0;
  794.   yychar = YYEMPTY; /* Cause a token to be read.  */
  795.   /* Initialize stack pointers.
  796.      Waste one element of value and location stack
  797.      so that they stay on the same level as the state stack.
  798.      The wasted elements are never initialized.  */
  799.   yyssp = yyss - 1;
  800.   yyvsp = yyvs;
  801. #ifdef YYLSP_NEEDED
  802.   yylsp = yyls;
  803. #endif
  804. /* Push a new state, which is found in  yystate  .  */
  805. /* In all cases, when you get here, the value and location stacks
  806.    have just been pushed. so pushing a state here evens the stacks.  */
  807. yynewstate:
  808.   *++yyssp = yystate;
  809.   if (yyssp >= yyss + yystacksize - 1)
  810.     {
  811.       /* Give user a chance to reallocate the stack */
  812.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  813.       YYSTYPE *yyvs1 = yyvs;
  814.       short *yyss1 = yyss;
  815. #ifdef YYLSP_NEEDED
  816.       YYLTYPE *yyls1 = yyls;
  817. #endif
  818.       /* Get the current used size of the three stacks, in elements.  */
  819.       int size = yyssp - yyss + 1;
  820. #ifdef yyoverflow
  821.       /* Each stack pointer address is followed by the size of
  822.  the data in use in that stack, in bytes.  */
  823. #ifdef YYLSP_NEEDED
  824.       /* This used to be a conditional around just the two extra args,
  825.  but that might be undefined if yyoverflow is a macro.  */
  826.       yyoverflow("parser stack overflow",
  827.  &yyss1, size * sizeof (*yyssp),
  828.  &yyvs1, size * sizeof (*yyvsp),
  829.  &yyls1, size * sizeof (*yylsp),
  830.  &yystacksize);
  831. #else
  832.       yyoverflow("parser stack overflow",
  833.  &yyss1, size * sizeof (*yyssp),
  834.  &yyvs1, size * sizeof (*yyvsp),
  835.  &yystacksize);
  836. #endif
  837.       yyss = yyss1; yyvs = yyvs1;
  838. #ifdef YYLSP_NEEDED
  839.       yyls = yyls1;
  840. #endif
  841. #else /* no yyoverflow */
  842.       /* Extend the stack our own way.  */
  843.       if (yystacksize >= YYMAXDEPTH)
  844. {
  845.   yyerror("parser stack overflow");
  846. #ifndef YYSTACK_USE_ALLOCA
  847.   if (yyfree_stacks)
  848.     {
  849.       free (yyss);
  850.       free (yyvs);
  851. #ifdef YYLSP_NEEDED
  852.       free (yyls);
  853. #endif
  854.     }
  855. #endif     
  856.   return 2;
  857. }
  858.       yystacksize *= 2;
  859.       if (yystacksize > YYMAXDEPTH)
  860. yystacksize = YYMAXDEPTH;
  861. #ifndef YYSTACK_USE_ALLOCA
  862.       yyfree_stacks = 1;
  863. #endif
  864.       yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
  865.       __yy_memcpy ((char *)yyss, (char *)yyss1,
  866.    size * (unsigned int) sizeof (*yyssp));
  867.       yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
  868.       __yy_memcpy ((char *)yyvs, (char *)yyvs1,
  869.    size * (unsigned int) sizeof (*yyvsp));
  870. #ifdef YYLSP_NEEDED
  871.       yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
  872.       __yy_memcpy ((char *)yyls, (char *)yyls1,
  873.    size * (unsigned int) sizeof (*yylsp));
  874. #endif
  875. #endif /* no yyoverflow */
  876.       yyssp = yyss + size - 1;
  877.       yyvsp = yyvs + size - 1;
  878. #ifdef YYLSP_NEEDED
  879.       yylsp = yyls + size - 1;
  880. #endif
  881. #if YYDEBUG != 0
  882.       if (yydebug)
  883. fprintf(stderr, "Stack size increased to %dn", yystacksize);
  884. #endif
  885.       if (yyssp >= yyss + yystacksize - 1)
  886. YYABORT;
  887.     }
  888. #if YYDEBUG != 0
  889.   if (yydebug)
  890.     fprintf(stderr, "Entering state %dn", yystate);
  891. #endif
  892.   goto yybackup;
  893.  yybackup:
  894. /* Do appropriate processing given the current state.  */
  895. /* Read a lookahead token if we need one and don't already have one.  */
  896. /* yyresume: */
  897.   /* First try to decide what to do without reference to lookahead token.  */
  898.   yyn = yypact[yystate];
  899.   if (yyn == YYFLAG)
  900.     goto yydefault;
  901.   /* Not known => get a lookahead token if don't already have one.  */
  902.   /* yychar is either YYEMPTY or YYEOF
  903.      or a valid token in external form.  */
  904.   if (yychar == YYEMPTY)
  905.     {
  906. #if YYDEBUG != 0
  907.       if (yydebug)
  908. fprintf(stderr, "Reading a token: ");
  909. #endif
  910.       yychar = YYLEX;
  911.     }
  912.   /* Convert token to internal form (in yychar1) for indexing tables with */
  913.   if (yychar <= 0) /* This means end of input. */
  914.     {
  915.       yychar1 = 0;
  916.       yychar = YYEOF; /* Don't call YYLEX any more */
  917. #if YYDEBUG != 0
  918.       if (yydebug)
  919. fprintf(stderr, "Now at end of input.n");
  920. #endif
  921.     }
  922.   else
  923.     {
  924.       yychar1 = YYTRANSLATE(yychar);
  925. #if YYDEBUG != 0
  926.       if (yydebug)
  927. {
  928.   fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
  929.   /* Give the individual parser a way to print the precise meaning
  930.      of a token, for further debugging info.  */
  931. #ifdef YYPRINT
  932.   YYPRINT (stderr, yychar, yylval);
  933. #endif
  934.   fprintf (stderr, ")n");
  935. }
  936. #endif
  937.     }
  938.   yyn += yychar1;
  939.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  940.     goto yydefault;
  941.   yyn = yytable[yyn];
  942.   /* yyn is what to do for this token type in this state.
  943.      Negative => reduce, -yyn is rule number.
  944.      Positive => shift, yyn is new state.
  945.        New state is final state => don't bother to shift,
  946.        just return success.
  947.      0, or most negative number => error.  */
  948.   if (yyn < 0)
  949.     {
  950.       if (yyn == YYFLAG)
  951. goto yyerrlab;
  952.       yyn = -yyn;
  953.       goto yyreduce;
  954.     }
  955.   else if (yyn == 0)
  956.     goto yyerrlab;
  957.   if (yyn == YYFINAL)
  958.     YYACCEPT;
  959.   /* Shift the lookahead token.  */
  960. #if YYDEBUG != 0
  961.   if (yydebug)
  962.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  963. #endif
  964.   /* Discard the token being shifted unless it is eof.  */
  965.   if (yychar != YYEOF)
  966.     yychar = YYEMPTY;
  967.   *++yyvsp = yylval;
  968. #ifdef YYLSP_NEEDED
  969.   *++yylsp = yylloc;
  970. #endif
  971.   /* count tokens shifted since error; after three, turn off error status.  */
  972.   if (yyerrstatus) yyerrstatus--;
  973.   yystate = yyn;
  974.   goto yynewstate;
  975. /* Do the default action for the current state.  */
  976. yydefault:
  977.   yyn = yydefact[yystate];
  978.   if (yyn == 0)
  979.     goto yyerrlab;
  980. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  981. yyreduce:
  982.   yylen = yyr2[yyn];
  983.   if (yylen > 0)
  984.     yyval = yyvsp[1-yylen]; /* implement default value of the action */
  985. #if YYDEBUG != 0
  986.   if (yydebug)
  987.     {
  988.       int i;
  989.       fprintf (stderr, "Reducing via rule %d (line %d), ",
  990.        yyn, yyrline[yyn]);
  991.       /* Print the symbols being reduced, and their result.  */
  992.       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  993. fprintf (stderr, "%s ", yytname[yyrhs[i]]);
  994.       fprintf (stderr, " -> %sn", yytname[yyr1[yyn]]);
  995.     }
  996. #endif
  997.   switch (yyn) {
  998. case 23:
  999. #line 155 "pars0grm.y"
  1000. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1001.     break;}
  1002. case 24:
  1003. #line 157 "pars0grm.y"
  1004. { yyval = que_node_list_add_last(yyvsp[-1], yyvsp[0]); ;
  1005.     break;}
  1006. case 25:
  1007. #line 161 "pars0grm.y"
  1008. { yyval = yyvsp[0];;
  1009.     break;}
  1010. case 26:
  1011. #line 163 "pars0grm.y"
  1012. { yyval = pars_func(yyvsp[-3], yyvsp[-1]); ;
  1013.     break;}
  1014. case 27:
  1015. #line 164 "pars0grm.y"
  1016. { yyval = yyvsp[0];;
  1017.     break;}
  1018. case 28:
  1019. #line 165 "pars0grm.y"
  1020. { yyval = yyvsp[0];;
  1021.     break;}
  1022. case 29:
  1023. #line 166 "pars0grm.y"
  1024. { yyval = yyvsp[0];;
  1025.     break;}
  1026. case 30:
  1027. #line 167 "pars0grm.y"
  1028. { yyval = yyvsp[0];;
  1029.     break;}
  1030. case 31:
  1031. #line 168 "pars0grm.y"
  1032. { yyval = yyvsp[0];;
  1033.     break;}
  1034. case 32:
  1035. #line 169 "pars0grm.y"
  1036. { yyval = pars_op('+', yyvsp[-2], yyvsp[0]); ;
  1037.     break;}
  1038. case 33:
  1039. #line 170 "pars0grm.y"
  1040. { yyval = pars_op('-', yyvsp[-2], yyvsp[0]); ;
  1041.     break;}
  1042. case 34:
  1043. #line 171 "pars0grm.y"
  1044. { yyval = pars_op('*', yyvsp[-2], yyvsp[0]); ;
  1045.     break;}
  1046. case 35:
  1047. #line 172 "pars0grm.y"
  1048. { yyval = pars_op('/', yyvsp[-2], yyvsp[0]); ;
  1049.     break;}
  1050. case 36:
  1051. #line 173 "pars0grm.y"
  1052. { yyval = pars_op('-', yyvsp[0], NULL); ;
  1053.     break;}
  1054. case 37:
  1055. #line 174 "pars0grm.y"
  1056. { yyval = yyvsp[-1]; ;
  1057.     break;}
  1058. case 38:
  1059. #line 175 "pars0grm.y"
  1060. { yyval = pars_op('=', yyvsp[-2], yyvsp[0]); ;
  1061.     break;}
  1062. case 39:
  1063. #line 176 "pars0grm.y"
  1064. { yyval = pars_op('<', yyvsp[-2], yyvsp[0]); ;
  1065.     break;}
  1066. case 40:
  1067. #line 177 "pars0grm.y"
  1068. { yyval = pars_op('>', yyvsp[-2], yyvsp[0]); ;
  1069.     break;}
  1070. case 41:
  1071. #line 178 "pars0grm.y"
  1072. { yyval = pars_op(PARS_GE_TOKEN, yyvsp[-2], yyvsp[0]); ;
  1073.     break;}
  1074. case 42:
  1075. #line 179 "pars0grm.y"
  1076. { yyval = pars_op(PARS_LE_TOKEN, yyvsp[-2], yyvsp[0]); ;
  1077.     break;}
  1078. case 43:
  1079. #line 180 "pars0grm.y"
  1080. { yyval = pars_op(PARS_NE_TOKEN, yyvsp[-2], yyvsp[0]); ;
  1081.     break;}
  1082. case 44:
  1083. #line 181 "pars0grm.y"
  1084. { yyval = pars_op(PARS_AND_TOKEN, yyvsp[-2], yyvsp[0]); ;
  1085.     break;}
  1086. case 45:
  1087. #line 182 "pars0grm.y"
  1088. { yyval = pars_op(PARS_OR_TOKEN, yyvsp[-2], yyvsp[0]); ;
  1089.     break;}
  1090. case 46:
  1091. #line 183 "pars0grm.y"
  1092. { yyval = pars_op(PARS_NOT_TOKEN, yyvsp[0], NULL); ;
  1093.     break;}
  1094. case 47:
  1095. #line 185 "pars0grm.y"
  1096. { yyval = pars_op(PARS_NOTFOUND_TOKEN, yyvsp[-2], NULL); ;
  1097.     break;}
  1098. case 48:
  1099. #line 187 "pars0grm.y"
  1100. { yyval = pars_op(PARS_NOTFOUND_TOKEN, yyvsp[-2], NULL); ;
  1101.     break;}
  1102. case 49:
  1103. #line 191 "pars0grm.y"
  1104. { yyval = &pars_to_char_token; ;
  1105.     break;}
  1106. case 50:
  1107. #line 192 "pars0grm.y"
  1108. { yyval = &pars_to_number_token; ;
  1109.     break;}
  1110. case 51:
  1111. #line 193 "pars0grm.y"
  1112. { yyval = &pars_to_binary_token; ;
  1113.     break;}
  1114. case 52:
  1115. #line 195 "pars0grm.y"
  1116. { yyval = &pars_binary_to_number_token; ;
  1117.     break;}
  1118. case 53:
  1119. #line 196 "pars0grm.y"
  1120. { yyval = &pars_substr_token; ;
  1121.     break;}
  1122. case 54:
  1123. #line 197 "pars0grm.y"
  1124. { yyval = &pars_concat_token; ;
  1125.     break;}
  1126. case 55:
  1127. #line 198 "pars0grm.y"
  1128. { yyval = &pars_instr_token; ;
  1129.     break;}
  1130. case 56:
  1131. #line 199 "pars0grm.y"
  1132. { yyval = &pars_length_token; ;
  1133.     break;}
  1134. case 57:
  1135. #line 200 "pars0grm.y"
  1136. { yyval = &pars_sysdate_token; ;
  1137.     break;}
  1138. case 58:
  1139. #line 201 "pars0grm.y"
  1140. { yyval = &pars_rnd_token; ;
  1141.     break;}
  1142. case 59:
  1143. #line 202 "pars0grm.y"
  1144. { yyval = &pars_rnd_str_token; ;
  1145.     break;}
  1146. case 63:
  1147. #line 213 "pars0grm.y"
  1148. { yyval = pars_stored_procedure_call(yyvsp[-4]); ;
  1149.     break;}
  1150. case 64:
  1151. #line 218 "pars0grm.y"
  1152. { yyval = pars_procedure_call(yyvsp[-3], yyvsp[-1]); ;
  1153.     break;}
  1154. case 65:
  1155. #line 222 "pars0grm.y"
  1156. { yyval = &pars_replstr_token; ;
  1157.     break;}
  1158. case 66:
  1159. #line 223 "pars0grm.y"
  1160. { yyval = &pars_printf_token; ;
  1161.     break;}
  1162. case 67:
  1163. #line 224 "pars0grm.y"
  1164. { yyval = &pars_assert_token; ;
  1165.     break;}
  1166. case 68:
  1167. #line 228 "pars0grm.y"
  1168. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1169.     break;}
  1170. case 69:
  1171. #line 230 "pars0grm.y"
  1172. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1173.     break;}
  1174. case 70:
  1175. #line 234 "pars0grm.y"
  1176. { yyval = NULL; ;
  1177.     break;}
  1178. case 71:
  1179. #line 235 "pars0grm.y"
  1180. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1181.     break;}
  1182. case 72:
  1183. #line 237 "pars0grm.y"
  1184. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1185.     break;}
  1186. case 73:
  1187. #line 241 "pars0grm.y"
  1188. { yyval = NULL; ;
  1189.     break;}
  1190. case 74:
  1191. #line 242 "pars0grm.y"
  1192. { yyval = que_node_list_add_last(NULL, yyvsp[0]);;
  1193.     break;}
  1194. case 75:
  1195. #line 243 "pars0grm.y"
  1196. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1197.     break;}
  1198. case 76:
  1199. #line 247 "pars0grm.y"
  1200. { yyval = yyvsp[0]; ;
  1201.     break;}
  1202. case 77:
  1203. #line 249 "pars0grm.y"
  1204. { yyval = pars_func(&pars_count_token,
  1205.           que_node_list_add_last(NULL,
  1206.     sym_tab_add_int_lit(
  1207. pars_sym_tab_global, 1))); ;
  1208.     break;}
  1209. case 78:
  1210. #line 254 "pars0grm.y"
  1211. { yyval = pars_func(&pars_count_token,
  1212.     que_node_list_add_last(NULL,
  1213. pars_func(&pars_distinct_token,
  1214.      que_node_list_add_last(
  1215. NULL, yyvsp[-1])))); ;
  1216.     break;}
  1217. case 79:
  1218. #line 260 "pars0grm.y"
  1219. { yyval = pars_func(&pars_sum_token,
  1220. que_node_list_add_last(NULL,
  1221. yyvsp[-1])); ;
  1222.     break;}
  1223. case 80:
  1224. #line 266 "pars0grm.y"
  1225. { yyval = NULL; ;
  1226.     break;}
  1227. case 81:
  1228. #line 267 "pars0grm.y"
  1229. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1230.     break;}
  1231. case 82:
  1232. #line 269 "pars0grm.y"
  1233. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1234.     break;}
  1235. case 83:
  1236. #line 273 "pars0grm.y"
  1237. { yyval = pars_select_list(&pars_star_denoter,
  1238. NULL); ;
  1239.     break;}
  1240. case 84:
  1241. #line 276 "pars0grm.y"
  1242. { yyval = pars_select_list(yyvsp[-2], yyvsp[0]); ;
  1243.     break;}
  1244. case 85:
  1245. #line 277 "pars0grm.y"
  1246. { yyval = pars_select_list(yyvsp[0], NULL); ;
  1247.     break;}
  1248. case 86:
  1249. #line 281 "pars0grm.y"
  1250. { yyval = NULL; ;
  1251.     break;}
  1252. case 87:
  1253. #line 282 "pars0grm.y"
  1254. { yyval = yyvsp[0]; ;
  1255.     break;}
  1256. case 88:
  1257. #line 286 "pars0grm.y"
  1258. { yyval = NULL; ;
  1259.     break;}
  1260. case 89:
  1261. #line 288 "pars0grm.y"
  1262. { yyval = &pars_update_token; ;
  1263.     break;}
  1264. case 90:
  1265. #line 292 "pars0grm.y"
  1266. { yyval = NULL; ;
  1267.     break;}
  1268. case 91:
  1269. #line 294 "pars0grm.y"
  1270. { yyval = &pars_consistent_token; ;
  1271.     break;}
  1272. case 92:
  1273. #line 298 "pars0grm.y"
  1274. { yyval = &pars_asc_token; ;
  1275.     break;}
  1276. case 93:
  1277. #line 299 "pars0grm.y"
  1278. { yyval = &pars_asc_token; ;
  1279.     break;}
  1280. case 94:
  1281. #line 300 "pars0grm.y"
  1282. { yyval = &pars_desc_token; ;
  1283.     break;}
  1284. case 95:
  1285. #line 304 "pars0grm.y"
  1286. { yyval = NULL; ;
  1287.     break;}
  1288. case 96:
  1289. #line 306 "pars0grm.y"
  1290. { yyval = pars_order_by(yyvsp[-1], yyvsp[0]); ;
  1291.     break;}
  1292. case 97:
  1293. #line 315 "pars0grm.y"
  1294. { yyval = pars_select_statement(yyvsp[-6], yyvsp[-4], yyvsp[-3],
  1295. yyvsp[-2], yyvsp[-1], yyvsp[0]); ;
  1296.     break;}
  1297. case 98:
  1298. #line 321 "pars0grm.y"
  1299. { yyval = yyvsp[0]; ;
  1300.     break;}
  1301. case 99:
  1302. #line 326 "pars0grm.y"
  1303. { yyval = pars_insert_statement(yyvsp[-4], yyvsp[-1], NULL); ;
  1304.     break;}
  1305. case 100:
  1306. #line 328 "pars0grm.y"
  1307. { yyval = pars_insert_statement(yyvsp[-1], NULL, yyvsp[0]); ;
  1308.     break;}
  1309. case 101:
  1310. #line 332 "pars0grm.y"
  1311. { yyval = pars_column_assignment(yyvsp[-2], yyvsp[0]); ;
  1312.     break;}
  1313. case 102:
  1314. #line 336 "pars0grm.y"
  1315. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1316.     break;}
  1317. case 103:
  1318. #line 338 "pars0grm.y"
  1319. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1320.     break;}
  1321. case 104:
  1322. #line 344 "pars0grm.y"
  1323. { yyval = yyvsp[0]; ;
  1324.     break;}
  1325. case 105:
  1326. #line 350 "pars0grm.y"
  1327. { yyval = pars_update_statement_start(FALSE,
  1328. yyvsp[-2], yyvsp[0]); ;
  1329.     break;}
  1330. case 106:
  1331. #line 356 "pars0grm.y"
  1332. { yyval = pars_update_statement(yyvsp[-1], NULL, yyvsp[0]); ;
  1333.     break;}
  1334. case 107:
  1335. #line 361 "pars0grm.y"
  1336. { yyval = pars_update_statement(yyvsp[-1], yyvsp[0], NULL); ;
  1337.     break;}
  1338. case 108:
  1339. #line 366 "pars0grm.y"
  1340. { yyval = pars_update_statement_start(TRUE,
  1341. yyvsp[0], NULL); ;
  1342.     break;}
  1343. case 109:
  1344. #line 372 "pars0grm.y"
  1345. { yyval = pars_update_statement(yyvsp[-1], NULL, yyvsp[0]); ;
  1346.     break;}
  1347. case 110:
  1348. #line 377 "pars0grm.y"
  1349. { yyval = pars_update_statement(yyvsp[-1], yyvsp[0], NULL); ;
  1350.     break;}
  1351. case 111:
  1352. #line 382 "pars0grm.y"
  1353. { yyval = pars_row_printf_statement(yyvsp[0]); ;
  1354.     break;}
  1355. case 112:
  1356. #line 387 "pars0grm.y"
  1357. { yyval = pars_assignment_statement(yyvsp[-2], yyvsp[0]); ;
  1358.     break;}
  1359. case 113:
  1360. #line 393 "pars0grm.y"
  1361. { yyval = pars_elsif_element(yyvsp[-2], yyvsp[0]); ;
  1362.     break;}
  1363. case 114:
  1364. #line 397 "pars0grm.y"
  1365. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1366.     break;}
  1367. case 115:
  1368. #line 399 "pars0grm.y"
  1369. { yyval = que_node_list_add_last(yyvsp[-1], yyvsp[0]); ;
  1370.     break;}
  1371. case 116:
  1372. #line 403 "pars0grm.y"
  1373. { yyval = NULL; ;
  1374.     break;}
  1375. case 117:
  1376. #line 405 "pars0grm.y"
  1377. { yyval = yyvsp[0]; ;
  1378.     break;}
  1379. case 118:
  1380. #line 406 "pars0grm.y"
  1381. { yyval = yyvsp[0]; ;
  1382.     break;}
  1383. case 119:
  1384. #line 413 "pars0grm.y"
  1385. { yyval = pars_if_statement(yyvsp[-5], yyvsp[-3], yyvsp[-2]); ;
  1386.     break;}
  1387. case 120:
  1388. #line 419 "pars0grm.y"
  1389. { yyval = pars_while_statement(yyvsp[-4], yyvsp[-2]); ;
  1390.     break;}
  1391. case 121:
  1392. #line 427 "pars0grm.y"
  1393. { yyval = pars_for_statement(yyvsp[-8], yyvsp[-6], yyvsp[-4], yyvsp[-2]); ;
  1394.     break;}
  1395. case 122:
  1396. #line 431 "pars0grm.y"
  1397. { yyval = pars_return_statement(); ;
  1398.     break;}
  1399. case 123:
  1400. #line 436 "pars0grm.y"
  1401. { yyval = pars_open_statement(
  1402. ROW_SEL_OPEN_CURSOR, yyvsp[0]); ;
  1403.     break;}
  1404. case 124:
  1405. #line 442 "pars0grm.y"
  1406. { yyval = pars_open_statement(
  1407. ROW_SEL_CLOSE_CURSOR, yyvsp[0]); ;
  1408.     break;}
  1409. case 125:
  1410. #line 448 "pars0grm.y"
  1411. { yyval = pars_fetch_statement(yyvsp[-2], yyvsp[0]); ;
  1412.     break;}
  1413. case 126:
  1414. #line 452 "pars0grm.y"
  1415. { yyval = pars_column_def(yyvsp[-1], yyvsp[0]); ;
  1416.     break;}
  1417. case 127:
  1418. #line 456 "pars0grm.y"
  1419. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1420.     break;}
  1421. case 128:
  1422. #line 458 "pars0grm.y"
  1423. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1424.     break;}
  1425. case 129:
  1426. #line 462 "pars0grm.y"
  1427. { yyval = NULL; ;
  1428.     break;}
  1429. case 130:
  1430. #line 464 "pars0grm.y"
  1431. { yyval = &pars_int_token;
  1432. /* pass any non-NULL pointer */ ;
  1433.     break;}
  1434. case 131:
  1435. #line 471 "pars0grm.y"
  1436. { yyval = pars_create_table(yyvsp[-4], yyvsp[-2], yyvsp[0]); ;
  1437.     break;}
  1438. case 132:
  1439. #line 475 "pars0grm.y"
  1440. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1441.     break;}
  1442. case 133:
  1443. #line 477 "pars0grm.y"
  1444. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1445.     break;}
  1446. case 134:
  1447. #line 481 "pars0grm.y"
  1448. { yyval = NULL; ;
  1449.     break;}
  1450. case 135:
  1451. #line 482 "pars0grm.y"
  1452. { yyval = &pars_unique_token; ;
  1453.     break;}
  1454. case 136:
  1455. #line 486 "pars0grm.y"
  1456. { yyval = NULL; ;
  1457.     break;}
  1458. case 137:
  1459. #line 487 "pars0grm.y"
  1460. { yyval = &pars_clustered_token; ;
  1461.     break;}
  1462. case 138:
  1463. #line 495 "pars0grm.y"
  1464. { yyval = pars_create_index(yyvsp[-8], yyvsp[-7], yyvsp[-5], yyvsp[-3], yyvsp[-1]); ;
  1465.     break;}
  1466. case 139:
  1467. #line 500 "pars0grm.y"
  1468. { yyval = pars_commit_statement(); ;
  1469.     break;}
  1470. case 140:
  1471. #line 505 "pars0grm.y"
  1472. { yyval = pars_rollback_statement(); ;
  1473.     break;}
  1474. case 141:
  1475. #line 509 "pars0grm.y"
  1476. { yyval = &pars_int_token; ;
  1477.     break;}
  1478. case 142:
  1479. #line 510 "pars0grm.y"
  1480. { yyval = &pars_char_token; ;
  1481.     break;}
  1482. case 143:
  1483. #line 515 "pars0grm.y"
  1484. { yyval = pars_parameter_declaration(yyvsp[-2],
  1485. PARS_INPUT, yyvsp[0]); ;
  1486.     break;}
  1487. case 144:
  1488. #line 518 "pars0grm.y"
  1489. { yyval = pars_parameter_declaration(yyvsp[-2],
  1490. PARS_OUTPUT, yyvsp[0]); ;
  1491.     break;}
  1492. case 145:
  1493. #line 523 "pars0grm.y"
  1494. { yyval = NULL; ;
  1495.     break;}
  1496. case 146:
  1497. #line 524 "pars0grm.y"
  1498. { yyval = que_node_list_add_last(NULL, yyvsp[0]); ;
  1499.     break;}
  1500. case 147:
  1501. #line 526 "pars0grm.y"
  1502. { yyval = que_node_list_add_last(yyvsp[-2], yyvsp[0]); ;
  1503.     break;}
  1504. case 148:
  1505. #line 531 "pars0grm.y"
  1506. { yyval = pars_variable_declaration(yyvsp[-2], yyvsp[-1]); ;
  1507.     break;}
  1508. case 152:
  1509. #line 543 "pars0grm.y"
  1510. { yyval = pars_cursor_declaration(yyvsp[-3], yyvsp[-1]); ;
  1511.     break;}
  1512. case 156:
  1513. #line 559 "pars0grm.y"
  1514. { yyval = pars_procedure_definition(yyvsp[-9], yyvsp[-7],
  1515. yyvsp[-1]); ;
  1516.     break;}
  1517. }
  1518.    /* the action file gets copied in in place of this dollarsign */
  1519. #line 554 "/usr/share/bison.simple"
  1520.   yyvsp -= yylen;
  1521.   yyssp -= yylen;
  1522. #ifdef YYLSP_NEEDED
  1523.   yylsp -= yylen;
  1524. #endif
  1525. #if YYDEBUG != 0
  1526.   if (yydebug)
  1527.     {
  1528.       short *ssp1 = yyss - 1;
  1529.       fprintf (stderr, "state stack now");
  1530.       while (ssp1 != yyssp)
  1531. fprintf (stderr, " %d", *++ssp1);
  1532.       fprintf (stderr, "n");
  1533.     }
  1534. #endif
  1535.   *++yyvsp = yyval;
  1536. #ifdef YYLSP_NEEDED
  1537.   yylsp++;
  1538.   if (yylen == 0)
  1539.     {
  1540.       yylsp->first_line = yylloc.first_line;
  1541.       yylsp->first_column = yylloc.first_column;
  1542.       yylsp->last_line = (yylsp-1)->last_line;
  1543.       yylsp->last_column = (yylsp-1)->last_column;
  1544.       yylsp->text = 0;
  1545.     }
  1546.   else
  1547.     {
  1548.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  1549.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  1550.     }
  1551. #endif
  1552.   /* Now "shift" the result of the reduction.
  1553.      Determine what state that goes to,
  1554.      based on the state we popped back to
  1555.      and the rule number reduced by.  */
  1556.   yyn = yyr1[yyn];
  1557.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  1558.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  1559.     yystate = yytable[yystate];
  1560.   else
  1561.     yystate = yydefgoto[yyn - YYNTBASE];
  1562.   goto yynewstate;
  1563. yyerrlab:   /* here on detecting error */
  1564.   if (! yyerrstatus)
  1565.     /* If not already recovering from an error, report this error.  */
  1566.     {
  1567.       ++yynerrs;
  1568. #ifdef YYERROR_VERBOSE
  1569.       yyn = yypact[yystate];
  1570.       if (yyn > YYFLAG && yyn < YYLAST)
  1571. {
  1572.   int size = 0;
  1573.   char *msg;
  1574.   int x, count;
  1575.   count = 0;
  1576.   /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
  1577.   for (x = (yyn < 0 ? -yyn : 0);
  1578.        x < (sizeof(yytname) / sizeof(char *)); x++)
  1579.     if (yycheck[x + yyn] == x)
  1580.       size += strlen(yytname[x]) + 15, count++;
  1581.   msg = (char *) malloc(size + 15);
  1582.   if (msg != 0)
  1583.     {
  1584.       strcpy(msg, "parse error");
  1585.       if (count < 5)
  1586. {
  1587.   count = 0;
  1588.   for (x = (yyn < 0 ? -yyn : 0);
  1589.        x < (sizeof(yytname) / sizeof(char *)); x++)
  1590.     if (yycheck[x + yyn] == x)
  1591.       {
  1592. strcat(msg, count == 0 ? ", expecting `" : " or `");
  1593. strcat(msg, yytname[x]);
  1594. strcat(msg, "'");
  1595. count++;
  1596.       }
  1597. }
  1598.       yyerror(msg);
  1599.       free(msg);
  1600.     }
  1601.   else
  1602.     yyerror ("parse error; also virtual memory exceeded");
  1603. }
  1604.       else
  1605. #endif /* YYERROR_VERBOSE */
  1606. yyerror("parse error");
  1607.     }
  1608.   goto yyerrlab1;
  1609. yyerrlab1:   /* here on error raised explicitly by an action */
  1610.   if (yyerrstatus == 3)
  1611.     {
  1612.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  1613.       /* return failure if at end of input */
  1614.       if (yychar == YYEOF)
  1615. YYABORT;
  1616. #if YYDEBUG != 0
  1617.       if (yydebug)
  1618. fprintf(stderr, "Discarding token %d (%s).n", yychar, yytname[yychar1]);
  1619. #endif
  1620.       yychar = YYEMPTY;
  1621.     }
  1622.   /* Else will try to reuse lookahead token
  1623.      after shifting the error token.  */
  1624.   yyerrstatus = 3; /* Each real token shifted decrements this */
  1625.   goto yyerrhandle;
  1626. yyerrdefault:  /* current state does not do anything special for the error token. */
  1627. #if 0
  1628.   /* This is wrong; only states that explicitly want error tokens
  1629.      should shift them.  */
  1630.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  1631.   if (yyn) goto yydefault;
  1632. #endif
  1633. yyerrpop:   /* pop the current state because it cannot handle the error token */
  1634.   if (yyssp == yyss) YYABORT;
  1635.   yyvsp--;
  1636.   yystate = *--yyssp;
  1637. #ifdef YYLSP_NEEDED
  1638.   yylsp--;
  1639. #endif
  1640. #if YYDEBUG != 0
  1641.   if (yydebug)
  1642.     {
  1643.       short *ssp1 = yyss - 1;
  1644.       fprintf (stderr, "Error: state stack now");
  1645.       while (ssp1 != yyssp)
  1646. fprintf (stderr, " %d", *++ssp1);
  1647.       fprintf (stderr, "n");
  1648.     }
  1649. #endif
  1650. yyerrhandle:
  1651.   yyn = yypact[yystate];
  1652.   if (yyn == YYFLAG)
  1653.     goto yyerrdefault;
  1654.   yyn += YYTERROR;
  1655.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  1656.     goto yyerrdefault;
  1657.   yyn = yytable[yyn];
  1658.   if (yyn < 0)
  1659.     {
  1660.       if (yyn == YYFLAG)
  1661. goto yyerrpop;
  1662.       yyn = -yyn;
  1663.       goto yyreduce;
  1664.     }
  1665.   else if (yyn == 0)
  1666.     goto yyerrpop;
  1667.   if (yyn == YYFINAL)
  1668.     YYACCEPT;
  1669. #if YYDEBUG != 0
  1670.   if (yydebug)
  1671.     fprintf(stderr, "Shifting error token, ");
  1672. #endif
  1673.   *++yyvsp = yylval;
  1674. #ifdef YYLSP_NEEDED
  1675.   *++yylsp = yylloc;
  1676. #endif
  1677.   yystate = yyn;
  1678.   goto yynewstate;
  1679.  yyacceptlab:
  1680.   /* YYACCEPT comes here.  */
  1681. #ifndef YYSTACK_USE_ALLOCA
  1682.   if (yyfree_stacks)
  1683.     {
  1684.       free (yyss);
  1685.       free (yyvs);
  1686. #ifdef YYLSP_NEEDED
  1687.       free (yyls);
  1688. #endif
  1689.     }
  1690. #endif
  1691.   return 0;
  1692.  yyabortlab:
  1693.   /* YYABORT comes here.  */
  1694. #ifndef YYSTACK_USE_ALLOCA
  1695.   if (yyfree_stacks)
  1696.     {
  1697.       free (yyss);
  1698.       free (yyvs);
  1699. #ifdef YYLSP_NEEDED
  1700.       free (yyls);
  1701. #endif
  1702.     }
  1703. #endif    
  1704.   return 1;
  1705. }
  1706. #line 563 "pars0grm.y"