Definition at line 1245 of file lwin_wkt_parse.c.
1247{
1248
1249 int yycount = 0;
1252 {
1253
1254
1255
1256 int yyxbegin = yyn < 0 ? -yyn : 0;
1257
1258 int yychecklim =
YYLAST - yyn + 1;
1260 int yyx;
1261 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1264 {
1265 if (!yyarg)
1266 ++yycount;
1267 else if (yycount == yyargn)
1268 return 0;
1269 else
1271 }
1272 }
1273 if (yyarg && yycount == 0 && 0 < yyargn)
1275 return yycount;
1276}
#define YY_CAST(Type, Val)
static const yytype_int16 yypact[]
static const yytype_int16 yytable[]
#define yytable_value_is_error(Yyn)
#define yypact_value_is_default(Yyn)
static const yytype_uint8 yycheck[]
References YY_CAST, yycheck, YYLAST, YYNTOKENS, yypact, yypact_value_is_default, yypcontext_t::yyssp, YYSYMBOL_YYEMPTY, YYSYMBOL_YYerror, yytable, and yytable_value_is_error.
Referenced by yy_syntax_error_arguments().