Home
last modified time | relevance | path

Searched refs:yycount (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.patch7 - if (yycount < 5)
8 + if (yycount < 4)
10 yycount = 0;
13 yycount++;
23 …, (int)(yysize - (yyp - yymsg)), ", expecting %s (or %d other tokens)", yytname[yyx], yycount - 1);
/dports/devel/bison/bison-3.7.6/data/skeletons/
H A Dlalr1.java924 int yycount = yyoffset;
941 yycount += 1;
942 else if (yycount == yyargn)
949 yyarg[yycount] = null;
950 return yycount - yyoffset;
984 int yycount = 0;
988 yyarg[yycount] = yyctx.getToken();
989 yycount += 1;
992 return yycount;
1009 String[] yystr = new String[yycount];
[all …]
/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_parser.c876 int yycount = 0; in yypcontext_expected_tokens() local
893 ++yycount; in yypcontext_expected_tokens()
894 else if (yycount == yyargn) in yypcontext_expected_tokens()
902 return yycount; in yypcontext_expected_tokens()
1000 int yycount = 0; in yy_syntax_error_arguments() local
1029 ++yycount; in yy_syntax_error_arguments()
1035 yycount += yyn; in yy_syntax_error_arguments()
1037 return yycount; in yy_syntax_error_arguments()
1063 if (yycount == YYENOMEM) in yysyntax_error()
1066 switch (yycount) in yysyntax_error()
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ctlib/
H A Dy_pragma.c1042 int yycount = 0; in yypcontext_expected_tokens() local
1059 ++yycount; in yypcontext_expected_tokens()
1060 else if (yycount == yyargn) in yypcontext_expected_tokens()
1068 return yycount; in yypcontext_expected_tokens()
1166 int yycount = 0; in yy_syntax_error_arguments() local
1195 ++yycount; in yy_syntax_error_arguments()
1201 yycount += yyn; in yy_syntax_error_arguments()
1203 return yycount; in yy_syntax_error_arguments()
1229 if (yycount == YYENOMEM) in yysyntax_error()
1232 switch (yycount) in yysyntax_error()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/LexerParser/
H A DcmExprParser.cxx902 int yycount = 0; in yypcontext_expected_tokens() local
919 ++yycount; in yypcontext_expected_tokens()
920 else if (yycount == yyargn) in yypcontext_expected_tokens()
928 return yycount; in yypcontext_expected_tokens()
1026 int yycount = 0; in yy_syntax_error_arguments() local
1055 ++yycount; in yy_syntax_error_arguments()
1061 yycount += yyn; in yy_syntax_error_arguments()
1063 return yycount; in yy_syntax_error_arguments()
1089 if (yycount == YYENOMEM) in yysyntax_error()
1092 switch (yycount) in yysyntax_error()
[all …]
H A DcmCommandArgumentParser.cxx905 int yycount = 0; in yypcontext_expected_tokens() local
922 ++yycount; in yypcontext_expected_tokens()
923 else if (yycount == yyargn) in yypcontext_expected_tokens()
931 return yycount; in yypcontext_expected_tokens()
1029 int yycount = 0; in yy_syntax_error_arguments() local
1058 ++yycount; in yy_syntax_error_arguments()
1064 yycount += yyn; in yy_syntax_error_arguments()
1066 return yycount; in yy_syntax_error_arguments()
1092 if (yycount == YYENOMEM) in yysyntax_error()
1095 switch (yycount) in yysyntax_error()
[all …]
H A DcmFortranParser.cxx1099 int yycount = 0; in yypcontext_expected_tokens() local
1116 ++yycount; in yypcontext_expected_tokens()
1117 else if (yycount == yyargn) in yypcontext_expected_tokens()
1125 return yycount; in yypcontext_expected_tokens()
1223 int yycount = 0; in yy_syntax_error_arguments() local
1252 ++yycount; in yy_syntax_error_arguments()
1258 yycount += yyn; in yy_syntax_error_arguments()
1260 return yycount; in yy_syntax_error_arguments()
1286 if (yycount == YYENOMEM) in yysyntax_error()
1289 switch (yycount) in yysyntax_error()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/LexerParser/
H A DcmCommandArgumentParser.cxx905 int yycount = 0; in yypcontext_expected_tokens() local
922 ++yycount; in yypcontext_expected_tokens()
923 else if (yycount == yyargn) in yypcontext_expected_tokens()
931 return yycount; in yypcontext_expected_tokens()
1029 int yycount = 0; in yy_syntax_error_arguments() local
1058 ++yycount; in yy_syntax_error_arguments()
1064 yycount += yyn; in yy_syntax_error_arguments()
1066 return yycount; in yy_syntax_error_arguments()
1092 if (yycount == YYENOMEM) in yysyntax_error()
1095 switch (yycount) in yysyntax_error()
[all …]
H A DcmExprParser.cxx902 int yycount = 0; in yypcontext_expected_tokens() local
919 ++yycount; in yypcontext_expected_tokens()
920 else if (yycount == yyargn) in yypcontext_expected_tokens()
928 return yycount; in yypcontext_expected_tokens()
1026 int yycount = 0; in yy_syntax_error_arguments() local
1055 ++yycount; in yy_syntax_error_arguments()
1061 yycount += yyn; in yy_syntax_error_arguments()
1063 return yycount; in yy_syntax_error_arguments()
1089 if (yycount == YYENOMEM) in yysyntax_error()
1092 switch (yycount) in yysyntax_error()
[all …]
H A DcmFortranParser.cxx1099 int yycount = 0; in yypcontext_expected_tokens() local
1116 ++yycount; in yypcontext_expected_tokens()
1117 else if (yycount == yyargn) in yypcontext_expected_tokens()
1125 return yycount; in yypcontext_expected_tokens()
1223 int yycount = 0; in yy_syntax_error_arguments() local
1252 ++yycount; in yy_syntax_error_arguments()
1258 yycount += yyn; in yy_syntax_error_arguments()
1260 return yycount; in yy_syntax_error_arguments()
1286 if (yycount == YYENOMEM) in yysyntax_error()
1289 switch (yycount) in yysyntax_error()
[all …]
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_parser.c876 int yycount = 0; in yypcontext_expected_tokens() local
893 ++yycount; in yypcontext_expected_tokens()
894 else if (yycount == yyargn) in yypcontext_expected_tokens()
902 return yycount; in yypcontext_expected_tokens()
1000 int yycount = 0; in yy_syntax_error_arguments() local
1029 ++yycount; in yy_syntax_error_arguments()
1035 yycount += yyn; in yy_syntax_error_arguments()
1037 return yycount; in yy_syntax_error_arguments()
1063 if (yycount == YYENOMEM) in yysyntax_error()
1066 switch (yycount) in yysyntax_error()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAforester/src/anchors/
H A Dshape.cpp949 int yycount = 0; in yypcontext_expected_tokens() local
966 ++yycount; in yypcontext_expected_tokens()
967 else if (yycount == yyargn) in yypcontext_expected_tokens()
975 return yycount; in yypcontext_expected_tokens()
1073 int yycount = 0; in yy_syntax_error_arguments() local
1102 ++yycount; in yy_syntax_error_arguments()
1108 yycount += yyn; in yy_syntax_error_arguments()
1110 return yycount; in yy_syntax_error_arguments()
1136 if (yycount == YYENOMEM) in yysyntax_error()
1139 switch (yycount) in yysyntax_error()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dattribctx_parser.c968 int yycount = 0; in yypcontext_expected_tokens() local
985 ++yycount; in yypcontext_expected_tokens()
986 else if (yycount == yyargn) in yypcontext_expected_tokens()
994 return yycount; in yypcontext_expected_tokens()
1092 int yycount = 0; in yy_syntax_error_arguments() local
1121 ++yycount; in yy_syntax_error_arguments()
1127 yycount += yyn; in yy_syntax_error_arguments()
1129 return yycount; in yy_syntax_error_arguments()
1155 if (yycount == YYENOMEM) in yysyntax_error()
1158 switch (yycount) in yysyntax_error()
[all …]
H A Dwrappedkey_parser.c1201 int yycount = 0; in yypcontext_expected_tokens() local
1218 ++yycount; in yypcontext_expected_tokens()
1219 else if (yycount == yyargn) in yypcontext_expected_tokens()
1227 return yycount; in yypcontext_expected_tokens()
1325 int yycount = 0; in yy_syntax_error_arguments() local
1354 ++yycount; in yy_syntax_error_arguments()
1360 yycount += yyn; in yy_syntax_error_arguments()
1362 return yycount; in yy_syntax_error_arguments()
1388 if (yycount == YYENOMEM) in yysyntax_error()
1391 switch (yycount) in yysyntax_error()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/LexerParser/
H A DcmExprParser.cxx902 int yycount = 0; in yypcontext_expected_tokens() local
919 ++yycount; in yypcontext_expected_tokens()
920 else if (yycount == yyargn) in yypcontext_expected_tokens()
928 return yycount; in yypcontext_expected_tokens()
1026 int yycount = 0; in yy_syntax_error_arguments() local
1055 ++yycount; in yy_syntax_error_arguments()
1061 yycount += yyn; in yy_syntax_error_arguments()
1063 return yycount; in yy_syntax_error_arguments()
1089 if (yycount == YYENOMEM) in yysyntax_error()
1092 switch (yycount) in yysyntax_error()
[all …]
H A DcmCommandArgumentParser.cxx905 int yycount = 0; in yypcontext_expected_tokens() local
922 ++yycount; in yypcontext_expected_tokens()
923 else if (yycount == yyargn) in yypcontext_expected_tokens()
931 return yycount; in yypcontext_expected_tokens()
1029 int yycount = 0; in yy_syntax_error_arguments() local
1058 ++yycount; in yy_syntax_error_arguments()
1064 yycount += yyn; in yy_syntax_error_arguments()
1066 return yycount; in yy_syntax_error_arguments()
1092 if (yycount == YYENOMEM) in yysyntax_error()
1095 switch (yycount) in yysyntax_error()
[all …]
H A DcmFortranParser.cxx1099 int yycount = 0; in yypcontext_expected_tokens() local
1116 ++yycount; in yypcontext_expected_tokens()
1117 else if (yycount == yyargn) in yypcontext_expected_tokens()
1125 return yycount; in yypcontext_expected_tokens()
1223 int yycount = 0; in yy_syntax_error_arguments() local
1252 ++yycount; in yy_syntax_error_arguments()
1258 yycount += yyn; in yy_syntax_error_arguments()
1260 return yycount; in yy_syntax_error_arguments()
1286 if (yycount == YYENOMEM) in yysyntax_error()
1289 switch (yycount) in yysyntax_error()
[all …]
/dports/audio/flite/flite-2.1-release/testsuite/
H A Dcompare_wave_main.c59 float yysum,yysumsq,yycount; in main() local
122 yycount = yysum = yysumsq = 0; in main()
134 yycount++; yysum += w2->samples[i2] * w2->samples[i2]; in main()
143 v3 = (yysum/yycount)-((ysum/ycount)*(ysum/ycount)); in main()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_ini_parser.c1187 int yycount = 0; in yypcontext_expected_tokens() local
1204 ++yycount; in yypcontext_expected_tokens()
1205 else if (yycount == yyargn) in yypcontext_expected_tokens()
1213 return yycount; in yypcontext_expected_tokens()
1311 int yycount = 0; in yy_syntax_error_arguments() local
1340 ++yycount; in yy_syntax_error_arguments()
1346 yycount += yyn; in yy_syntax_error_arguments()
1348 return yycount; in yy_syntax_error_arguments()
1374 if (yycount == YYENOMEM) in yysyntax_error()
1377 switch (yycount) in yysyntax_error()
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_ini_parser.c1187 int yycount = 0; in yypcontext_expected_tokens() local
1204 ++yycount; in yypcontext_expected_tokens()
1205 else if (yycount == yyargn) in yypcontext_expected_tokens()
1213 return yycount; in yypcontext_expected_tokens()
1311 int yycount = 0; in yy_syntax_error_arguments() local
1340 ++yycount; in yy_syntax_error_arguments()
1346 yycount += yyn; in yy_syntax_error_arguments()
1348 return yycount; in yy_syntax_error_arguments()
1374 if (yycount == YYENOMEM) in yysyntax_error()
1377 switch (yycount) in yysyntax_error()
[all …]
/dports/misc/delay/delay-1.6/
H A Dparsetimey.c566 yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T yycount) in yymemcpy() argument
568 yymemcpy (yyto, yyfrom, yycount) in yymemcpy()
571 YYSIZE_T yycount;
576 register YYSIZE_T yyi = yycount;
1368 int yyx, yycount; in yyparse() local
1370 yycount = 0; in yyparse()
1376 yysize += yystrlen (yytname[yyx]) + 15, yycount++; in yyparse()
1385 if (yycount < 5) in yyparse()
1387 yycount = 0; in yyparse()
1393 const char *yyq = ! yycount ? ", expecting " : " or "; in yyparse()
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dblock-ref-grammar.c2552 int yycount = 0; in yypcontext_expected_tokens() local
2569 ++yycount; in yypcontext_expected_tokens()
2570 else if (yycount == yyargn) in yypcontext_expected_tokens()
2578 return yycount; in yypcontext_expected_tokens()
2676 int yycount = 0; in yy_syntax_error_arguments() local
2705 ++yycount; in yy_syntax_error_arguments()
2711 yycount += yyn; in yy_syntax_error_arguments()
2713 return yycount; in yy_syntax_error_arguments()
2739 if (yycount == YYENOMEM) in yysyntax_error()
2742 switch (yycount) in yysyntax_error()
[all …]
/dports/editors/poke/poke-1.0/poke/
H A Dpk-map-tab.c1176 int yycount = 0; in yypcontext_expected_tokens() local
1193 ++yycount; in yypcontext_expected_tokens()
1194 else if (yycount == yyargn) in yypcontext_expected_tokens()
1202 return yycount; in yypcontext_expected_tokens()
1300 int yycount = 0; in yy_syntax_error_arguments() local
1329 ++yycount; in yy_syntax_error_arguments()
1335 yycount += yyn; in yy_syntax_error_arguments()
1337 return yycount; in yy_syntax_error_arguments()
1363 if (yycount == YYENOMEM) in yysyntax_error()
1366 switch (yycount) in yysyntax_error()
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/inner-destinations/http-test-slots/
H A Dhttp-test-slots-grammar.c2569 int yycount = 0; in yypcontext_expected_tokens() local
2586 ++yycount; in yypcontext_expected_tokens()
2587 else if (yycount == yyargn) in yypcontext_expected_tokens()
2595 return yycount; in yypcontext_expected_tokens()
2693 int yycount = 0; in yy_syntax_error_arguments() local
2722 ++yycount; in yy_syntax_error_arguments()
2728 yycount += yyn; in yy_syntax_error_arguments()
2730 return yycount; in yy_syntax_error_arguments()
2756 if (yycount == YYENOMEM) in yysyntax_error()
2759 switch (yycount) in yysyntax_error()
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/tagsparser/
H A Dtags-parser-grammar.c2568 int yycount = 0; in yypcontext_expected_tokens() local
2585 ++yycount; in yypcontext_expected_tokens()
2586 else if (yycount == yyargn) in yypcontext_expected_tokens()
2594 return yycount; in yypcontext_expected_tokens()
2692 int yycount = 0; in yy_syntax_error_arguments() local
2721 ++yycount; in yy_syntax_error_arguments()
2727 yycount += yyn; in yy_syntax_error_arguments()
2729 return yycount; in yy_syntax_error_arguments()
2755 if (yycount == YYENOMEM) in yysyntax_error()
2758 switch (yycount) in yysyntax_error()
[all …]

12345678910>>...58