typedef union { char *string; /* string buffer */ /* int pos; command table position */ PSENTRY pos; /* pointer to sym entry */ } YYSTYPE; #define END_OF_FILE 258 #define TEX_CHAR 259 #define CHAR_COMMAND 260 #define BEGIN_DOCUMENT 261 #define END_DOCUMENT 262 #define BEGIN_VERBATIM 263 #define END_VERBATIM 264 #define BEGIN_VERB 265 #define END_VERB 266 #define BEGIN_DOLLAR 267 #define END_DOLLAR 268 #define COMMAND 269 #define COMMAND_OPT 270 #define COMMAND_1 271 #define COMMAND_2 272 #define COMMAND_3 273 #define COMMAND_4 274 #define COMMAND_5 275 #define COMMAND_6 276 #define COMMAND_7 277 #define COMMAND_8 278 #define COMMAND_9 279 #define COMMAND_1_OPT 280 #define COMMAND_2_OPT 281 #define COMMAND_3_OPT 282 #define COMMAND_4_OPT 283 #define COMMAND_5_OPT 284 #define COMMAND_6_OPT 285 #define COMMAND_7_OPT 286 #define COMMAND_8_OPT 287 #define BEGIN_ENV 288 #define END_ENV 289 #define BEGIN_LIST_ENV 290 #define END_LIST_ENV 291 #define SECTIONING 292 #define BEGIN_PICTURE_CC 293 #define END_PICTURE 294 #define PICTURE_CCPP 295 #define PICTURE_CO 296 #define PICTURE_COP 297 #define PICTURE_CP 298 #define PICTURE_OCC 299 #define PICTURE_OCCC 300 #define PICTURE_OCO 301 #define PICTURE_PCOP 302 #define SPECIAL 303 #define SPECIAL_COMMAND 304 #define SPECIAL_BEGIN_ENV 305 #define SPECIAL_END_ENV 306 #define SPECIAL_BEGIN_LIST 307 #define SPECIAL_END_LIST 308 #define SPECIAL_SECTIONING 309 #define BEGIN_VENV 310 #define END_VENV 311 #define VCOMMAND 312 #define COMMAND_OOP 313 #define COMMAND_OOOPP 314 #define COMMAND_OPO 315 #define COMMAND_POOOP 316 #define COMMAND_POOP 317 #define COMMAND_POOPP 318 #define OTHER_COMMAND 319 #define OTHER_BEGIN 320 #define OTHER_END 321 #define PRINT_CONTROLLED_COMMAND 322 #define NAME 323 #define INTEGER 324 #define REAL 325 #define OTHER 326 #define ITEM 327 #define ITEM_AND_BRAK 328 #define END_ITEM_BRAK 329 #define LBRACE 330 #define RBRACE 331 #define PARAGRAPH 332 #define SLASH_SPACE 333 #define LBRAK 334 #define RBRAK 335 #define COMMA 336 #define LPAREN 337 #define RPAREN 338 #define START_ANOPT 339 #define START_COORD 340 #define START_ALLOPT 341 #define END_ANOPT 342 #define END_COORD 343 #define END_ALLOPT 344 #define GRAMMSPECIAL 32767 extern YYSTYPE yylval;