45 RSL_OP_MULTIREQ = 261,
52 RSL_OP_CONCATENATE = 268,
55 RSL_VARIABLE_START = 271
59 #define RSL_STRING 258
60 #define RSL_OP_AND 259
62 #define RSL_OP_MULTIREQ 261
64 #define RSL_OP_NEQ 263
66 #define RSL_OP_LTEQ 265
68 #define RSL_OP_GTEQ 267
69 #define RSL_OP_CONCATENATE 268
70 #define RSL_LPAREN 269
71 #define RSL_RPAREN 270
72 #define RSL_VARIABLE_START 271
77 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
79 #line 61 "../../../../../gram/rsl/source/globus_rsl_parser.y"
85 globus_rsl_value_t * RSLval;
89 #line 90 "globus_rsl_parser.h"
91 # define yystype YYSTYPE
92 # define YYSTYPE_IS_DECLARED 1
93 # define YYSTYPE_IS_TRIVIAL 1
98 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
99 typedef struct YYLTYPE
106 # define yyltype YYLTYPE
107 # define YYLTYPE_IS_DECLARED 1
108 # define YYLTYPE_IS_TRIVIAL 1
List data type.
Definition: globus_list.h:44