Home
last modified time | relevance | path

Searched refs:YYLTYPE (Results 1 – 7 of 7) sorted by relevance

/xen/tools/libxl/
A Dlibxlu_cfg_y.h79 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
80 typedef struct YYLTYPE YYLTYPE; typedef
81 struct YYLTYPE struct
A Dlibxlu_internal.h34 typedef struct YYLTYPE struct
40 } YYLTYPE; argument
49 YYLTYPE loc;
A Dlibxlu_cfg_i.h30 char *atom, YYLTYPE *loc);
33 YYLTYPE *loc);
41 void xlu__cfg_yyerror(YYLTYPE *locp, CfgParseContext*, char const *msg);
A Dlibxlu_cfg_y.c147 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 Dlibxlu_cfg_l.h515 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 Dlibxlu_cfg.c393 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 Dlibxlu_cfg_l.c792 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