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

/httpd/server/
H A Dutil_expr_parse.c431 /* YYNTOKENS -- Number of terminals. */
432 #define YYNTOKENS 50 macro
532 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
813 if (yytype < YYNTOKENS)
839 if (yytype < YYNTOKENS)
1109 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
1876 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1880 yystate = yydefgoto[yyn - YYNTOKENS];

Completed in 22 milliseconds