33 #ifndef YY_GLOBUS_RSL_GLOBUS_RSL_PARSER_H_INCLUDED 34 # define YY_GLOBUS_RSL_GLOBUS_RSL_PARSER_H_INCLUDED 40 extern int globus_rsldebug;
51 RSL_OP_MULTIREQ = 261,
58 RSL_OP_CONCATENATE = 268,
61 RSL_VARIABLE_START = 271
65 #define RSL_STRING 258 66 #define RSL_OP_AND 259 68 #define RSL_OP_MULTIREQ 261 70 #define RSL_OP_NEQ 263 72 #define RSL_OP_LTEQ 265 74 #define RSL_OP_GTEQ 267 75 #define RSL_OP_CONCATENATE 268 76 #define RSL_LPAREN 269 77 #define RSL_RPAREN 270 78 #define RSL_VARIABLE_START 271 81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 85 #line 61 "../../../../../gram/rsl/source/globus_rsl_parser.y" 91 globus_rsl_value_t * RSLval;
94 #line 95 "globus_rsl_parser.h" 97 typedef union YYSTYPE YYSTYPE;
98 # define YYSTYPE_IS_TRIVIAL 1 99 # define YYSTYPE_IS_DECLARED 1 103 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 104 typedef struct YYLTYPE YYLTYPE;
112 # define YYLTYPE_IS_DECLARED 1 113 # define YYLTYPE_IS_TRIVIAL 1 118 int globus_rslparse (
void * scanner,
struct globus_parse_state_s * parse_state);