Searched refs:YYLTYPE (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_cfg_y.h | 79 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 80 typedef struct YYLTYPE YYLTYPE; typedef 81 struct YYLTYPE struct
|
A D | libxlu_internal.h | 34 typedef struct YYLTYPE struct 40 } YYLTYPE; argument 49 YYLTYPE loc;
|
A D | libxlu_cfg_i.h | 30 char *atom, YYLTYPE *loc); 33 YYLTYPE *loc); 41 void xlu__cfg_yyerror(YYLTYPE *locp, CfgParseContext*, char const *msg);
|
A D | libxlu_cfg_y.c | 147 typedef struct YYLTYPE YYLTYPE; typedef 148 struct YYLTYPE struct 345 YYLTYPE yyls_alloc; 1137 static YYLTYPE yyloc_default in yyparse() 1142 YYLTYPE yylloc = yyloc_default; in yyparse() 1170 YYLTYPE yylsa[YYINITDEPTH]; in yyparse() 1171 YYLTYPE *yyls; in yyparse() 1172 YYLTYPE *yylsp; in yyparse() 1175 YYLTYPE yyerror_range[3]; in yyparse() 1186 YYLTYPE yyloc; in yyparse() [all …]
|
A D | libxlu_cfg_l.h | 515 YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); 517 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); 565 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); 568 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
|
A D | libxlu_cfg.c | 393 YYLTYPE *loc) in xlu__cfg_string_mk() 417 YYLTYPE *loc) in xlu__cfg_list_mk() 672 YYLTYPE loc; in xlu__cfgl_lexicalerror() 678 void xlu__cfg_yyerror(YYLTYPE *loc, CfgParseContext *ctx, char const *msg) { in xlu__cfg_yyerror()
|
A D | libxlu_cfg_l.c | 792 YYLTYPE * yylloc_r; 845 YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); 847 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); 963 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); 966 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) 2182 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc() 2188 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc()
|
Completed in 15 milliseconds