Lines Matching refs:YYSIZE_T
364 # define YYSIZE_T size_t macro
411 register YYSIZE_T yyi; \
427 YYSIZE_T yynewbytes; \
438 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
439 # define YYSIZE_T __SIZE_TYPE__ macro
441 #if ! defined (YYSIZE_T) && defined (size_t)
442 # define YYSIZE_T size_t macro
444 #if ! defined (YYSIZE_T)
447 # define YYSIZE_T size_t macro
450 #if ! defined (YYSIZE_T)
451 # define YYSIZE_T unsigned int macro
569 static YYSIZE_T
724 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
772 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1138 YYSIZE_T yysize = 0; in yyparse()