Home
last modified time | relevance | path

Searched refs:xlu__cfg_set_store (Results 1 – 4 of 4) sorted by relevance

/xen/tools/libxl/
A Dlibxlu_cfg_y.y58 assignment: IDENT '=' value { xlu__cfg_set_store(ctx,$1,XLU_OP_ASSIGNMENT,$3,@3.first_line); }
59 | IDENT "+=" value { xlu__cfg_set_store(ctx,$1,XLU_OP_ADDITION,$3,@3.first_line); }
A Dlibxlu_cfg_i.h26 void xlu__cfg_set_store(CfgParseContext*, char *name,
A Dlibxlu_cfg_y.c1404 …{ xlu__cfg_set_store(ctx,(yyvsp[-2].string),XLU_OP_ASSIGNMENT,(yyvsp[0].value),(yylsp[0]).first_li… in yyparse()
1410 …{ xlu__cfg_set_store(ctx,(yyvsp[-2].string),XLU_OP_ADDITION,(yyvsp[0].value),(yylsp[0]).first_line… in yyparse()
A Dlibxlu_cfg.c550 void xlu__cfg_set_store(CfgParseContext *ctx, char *name, in xlu__cfg_set_store() function

Completed in 8 milliseconds