Lines Matching refs:yylloc
50 # Arguments passed to yyerror: user args plus yylloc.
52 [b4_yacc_pure_if([b4_locations_if([&yylloc, ])])dnl
62 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl
161 b4_locations_if([#define yylloc b4_prefix[]lloc])])[
636 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM)
976 YYLTYPE yylloc;])
1065 yylloc.first_line = yylloc.last_line = 1;
1066 yylloc.first_column = yylloc.last_column = 0;
1070 m4_pushdef([b4_at_dollar], [m4_define([b4_at_dollar_used])yylloc])dnl
1081 m4_ifdef([b4_at_dollar_used], [[ yylsp[0] = yylloc;
1195 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1221 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
1229 ]b4_locations_if([ *++yylsp = yylloc;])[
1340 ]b4_locations_if([[ yyerror_range[0] = yylloc;]])[
1356 yytoken, &yylval]b4_locations_if([, &yylloc])[]b4_user_args[);
1424 yyerror_range[1] = yylloc;
1464 yytoken, &yylval]b4_locations_if([, &yylloc])[]b4_user_args[);