Main Page | Class List | Directories | File List | Class Members | File Members

cfparse.h

Go to the documentation of this file.
00001 #ifndef BISON_Y_TAB_H
00002 # define BISON_Y_TAB_H
00003 
00004 # ifndef YYSTYPE
00005 #  define YYSTYPE int
00006 #  define YYSTYPE_IS_TRIVIAL 1
00007 # endif
00008 # define        ID      257
00009 # define        LIST    258
00010 # define        ITEM    259
00011 # define        VARPATH 260
00012 # define        PATH    261
00013 # define        LBRACK  262
00014 # define        RBRACK  263
00015 # define        CONTROL 264
00016 # define        GROUPS  265
00017 # define        ARROW   266
00018 # define        EQUALS  267
00019 # define        EDITFILES       268
00020 # define        QSTRING 269
00021 # define        VARITEM 270
00022 # define        WILDCARD        271
00023 # define        LBRACE  272
00024 # define        RBRACE  273
00025 # define        PARSECLASS      274
00026 # define        LARROW  275
00027 # define        ACL     276
00028 # define        ADMIT   277
00029 # define        DENY    278
00030 # define        FILTERS 279
00031 # define        STRATEGIES      280
00032 # define        ACTIONTYPE      281
00033 
00034 
00035 extern YYSTYPE yylval;
00036 
00037 #endif /* not BISON_Y_TAB_H */

© sourcejam.com 2005-2008