[insert project logo here (125x200px max)] Navigator Mailinglists Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums. Copyright and Licensing Information Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL). All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License. All sourcecode is made publicly available. Acknowledgement Splash and the Splash website are hosted by SourceForge.net |
Splash - DocumentationSNMP Plus a Lightweight API for SNAP Handlingsnap-1.1-wjdb/utils/snapparse.tab.hGo to the documentation of this file.00001 #ifndef BISON_SNAPPARSE_TAB_H 00002 # define BISON_SNAPPARSE_TAB_H 00003 00004 #ifndef YYSTYPE 00005 typedef union { 00006 void *ptr; 00007 int integer; 00008 } yystype; 00009 # define YYSTYPE yystype 00010 #endif 00011 # define T_INTV 257 00012 # define T_ADDRV 258 00013 # define T_STRV 259 00014 # define T_EXCV 260 00015 # define T_FLOATV 261 00016 # define T_MAIN 262 00017 # define T_EXIT 263 00018 # define T_PUSH 264 00019 # define T_POP 265 00020 # define T_POPI 266 00021 # define T_PULL 267 00022 # define T_EQ 268 00023 # define T_EQI 269 00024 # define T_PAJ 270 00025 # define T_TPAJ 271 00026 # define T_BEZ 272 00027 # define T_BNE 273 00028 # define T_STORE 274 00029 # define T_JI 275 00030 # define T_NEQ 276 00031 # define T_NEQI 277 00032 # define T_ADD 278 00033 # define T_ADDI 279 00034 # define T_SUB 280 00035 # define T_SUBI 281 00036 # define T_MULT 282 00037 # define T_MULTI 283 00038 # define T_DIV 284 00039 # define T_DIVI 285 00040 # define T_MOD 286 00041 # define T_MODI 287 00042 # define T_NEG 288 00043 # define T_NOT 289 00044 # define T_LNOT 290 00045 # define T_AND 291 00046 # define T_ANDI 292 00047 # define T_OR 293 00048 # define T_ORI 294 00049 # define T_LSHL 295 00050 # define T_LSHLI 296 00051 # define T_RSHL 297 00052 # define T_RSHLI 298 00053 # define T_RSHA 299 00054 # define T_RSHAI 300 00055 # define T_SNET 301 00056 # define T_SNETI 302 00057 # define T_BCAST 303 00058 # define T_BCASTI 304 00059 # define T_ISX 305 00060 # define T_GETRB 306 00061 # define T_GETSRC 307 00062 # define T_GETDST 308 00063 # define T_GETSPT 309 00064 # define T_HERE 310 00065 # define T_ISHERE 311 00066 # define T_ROUTE 312 00067 # define T_RTDEV 313 00068 # define T_SEND 314 00069 # define T_HOP 315 00070 # define T_FORW 316 00071 # define T_FORWTO 317 00072 # define T_DEMUX 318 00073 # define T_DEMUXI 319 00074 # define T_PRINT 320 00075 # define T_GETLD 321 00076 # define T_SETXH 322 00077 # define T_RAISEX 323 00078 # define T_PLUS 324 00079 # define T_MINUS 325 00080 # define T_LABEL 326 00081 # define T_LABELV 327 00082 # define T_PC 328 00083 # define T_MKTUP 329 00084 # define T_LEN 330 00085 # define T_NTH 331 00086 # define T_ISTUP 332 00087 # define T_LPAREN 333 00088 # define T_RPAREN 334 00089 # define T_COMMA 335 00090 # define T_SVCV 336 00091 # define T_CALLS 337 00092 # define T_GT 338 00093 # define T_GEQ 339 00094 # define T_LT 340 00095 # define T_LEQ 341 00096 # define T_GTI 342 00097 # define T_GEQI 343 00098 # define T_LTI 344 00099 # define T_LEQI 345 00100 # define T_DATA 346 00101 # define T_DFORW 347 00102 # define T_DFORWTO 348 00103 # define T_DSEND 349 00104 00105 00106 extern YYSTYPE yylval; 00107 00108 #endif /* not BISON_SNAPPARSE_TAB_H */ |