Searched refs:first_line (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_cfg_l.l | 26 yylloc->first_line= yylineno; \ 73 \n|\#.*\n { yylloc->first_line= yylineno-1; return NEWLINE; }
|
A D | libxlu_cfg_y.c | 150 int first_line; member 616 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 623 (Current).first_line = (Current).last_line = \ 664 if (0 <= yylocp->first_line) in yy_location_print_() 666 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_() 672 if (yylocp->first_line < yylocp->last_line) in yy_location_print_() 1404 …__cfg_set_store(ctx,(yyvsp[-2].string),XLU_OP_ASSIGNMENT,(yyvsp[0].value),(yylsp[0]).first_line); } in yyparse() 1410 …lu__cfg_set_store(ctx,(yyvsp[-2].string),XLU_OP_ADDITION,(yyvsp[0].value),(yylsp[0]).first_line); } in yyparse()
|
A D | libxlu_cfg_y.h | 83 int first_line; member
|
A D | libxlu_internal.h | 36 int first_line; member
|
A D | libxlu_cfg.c | 216 cfg->config_source, value->loc.first_line, in xlu_cfg_value_get_string() 233 cfg->config_source, value->loc.first_line, in xlu_cfg_value_get_list() 673 loc.first_line= xlu__cfg_yyget_lineno(ctx->scanner); in xlu__cfgl_lexicalerror() 675 ctx->lexerrlineno= loc.first_line; in xlu__cfgl_lexicalerror() 682 lineno= loc->first_line; in xlu__cfg_yyerror()
|
A D | libxlu_cfg_l.c | 728 yylloc->first_line= yylineno; \ 1153 { yylloc->first_line= yylineno-1; return NEWLINE; }
|
Completed in 12 milliseconds