Home
last modified time | relevance | path

Searched refs:CfgParseContext (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg_i.h26 void xlu__cfg_set_store(CfgParseContext*, char *name,
28 XLU_ConfigValue *xlu__cfg_string_mk(CfgParseContext *ctx,
30 XLU_ConfigValue *xlu__cfg_list_mk(CfgParseContext *ctx,
33 void xlu__cfg_list_append(CfgParseContext *ctx,
37 char *xlu__cfgl_strdup(CfgParseContext*, const char *src);
38 char *xlu__cfgl_dequote(CfgParseContext*, const char *src);
40 void xlu__cfg_yyerror(YYLTYPE *locp, CfgParseContext*, char const *msg);
41 void xlu__cfgl_lexicalerror(CfgParseContext*, char const *msg);
43 void xlu__cfgl_likely_python(CfgParseContext *ctx);
48 int xlu__cfg_yyparse(CfgParseContext *ctx);
A Dlibxlu_cfg.c42 static int ctx_prep(CfgParseContext *ctx, XLU_Config *cfg) { in ctx_prep()
60 static void ctx_dispose(CfgParseContext *ctx) { in ctx_dispose()
64 static void parse(CfgParseContext *ctx) { in parse()
86 CfgParseContext ctx; in xlu_cfg_readfile()
113 CfgParseContext ctx; in xlu_cfg_readdata()
385 XLU_ConfigValue *xlu__cfg_list_mk(CfgParseContext *ctx, in xlu__cfg_list_mk()
417 void xlu__cfg_list_append(CfgParseContext *ctx, in xlu__cfg_list_append()
453 void xlu__cfg_set_store(CfgParseContext *ctx, char *name, in xlu__cfg_set_store()
472 char *xlu__cfgl_strdup(CfgParseContext *ctx, const char *src) { in xlu__cfgl_strdup()
481 char *xlu__cfgl_dequote(CfgParseContext *ctx, const char *src) { in xlu__cfgl_dequote()
[all …]
A Dlibxlu_cfg_y.h87 int xlu__cfg_yyparse (CfgParseContext *ctx);
A Dlibxlu_internal.h69 } CfgParseContext; typedef
A Dlibxlu_cfg_y.y35 %parse-param { CfgParseContext *ctx }
A Dlibxlu_cfg_y.c151 int xlu__cfg_yyparse (CfgParseContext *ctx);
707 …nt yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, CfgParseContext *ctx) in yy_symbol_value_print()
728 …nt yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, CfgParseContext *ctx) in yy_symbol_print()
768 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, CfgParseContext *… in yy_reduce_print()
1048 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, CfgParseContext in yydestruct()
1117 yyparse (CfgParseContext *ctx) in yyparse()
A Dlibxlu_cfg_l.l22 #define ctx ((CfgParseContext*)yyextra)
A Dlibxlu_cfg_l.c508 #define ctx ((CfgParseContext*)yyextra)

Completed in 15 milliseconds