Searched refs:YYNTOKENS (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c403 /* YYNTOKENS -- Number of terminals. */
404 #define YYNTOKENS 12 macro
480 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
709 if (yytype < YYNTOKENS)
738 if (yytype < YYNTOKENS)
995 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
1491 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1495 yystate = yydefgoto[yyn - YYNTOKENS];
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c551 /* YYNTOKENS -- Number of terminals. */
552 #define YYNTOKENS 98 macro
697 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1101 if (yytype < YYNTOKENS)
1130 if (yytype < YYNTOKENS)
1387 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2573 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2577 yystate = yydefgoto[yyn - YYNTOKENS];
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c541 /* YYNTOKENS -- Number of terminals. */
542 #define YYNTOKENS 85 macro
683 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1094 if (yytype < YYNTOKENS)
1123 if (yytype < YYNTOKENS)
1380 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2779 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2783 yystate = yydefgoto[yyn - YYNTOKENS];
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c394 /* YYNTOKENS -- Number of terminals. */
395 #define YYNTOKENS 8 macro
465 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
683 if (yytype < YYNTOKENS)
712 if (yytype < YYNTOKENS)
969 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
1420 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1424 yystate = yydefgoto[yyn - YYNTOKENS];
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c842 /* YYNTOKENS -- Number of terminals. */
843 #define YYNTOKENS 218 macro
955 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1586 if (yytype < YYNTOKENS)
1601 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1833 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
3640 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
3644 yystate = yydefgoto[yyn - YYNTOKENS];

Completed in 205 milliseconds