Lines Matching refs:YYSIZE_T
362 # define YYSIZE_T size_t macro
409 register YYSIZE_T yyi; \
425 YYSIZE_T yynewbytes; \
436 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
437 # define YYSIZE_T __SIZE_TYPE__ macro
439 #if ! defined (YYSIZE_T) && defined (size_t)
440 # define YYSIZE_T size_t macro
442 #if ! defined (YYSIZE_T)
445 # define YYSIZE_T size_t macro
448 #if ! defined (YYSIZE_T)
449 # define YYSIZE_T unsigned int macro
567 static YYSIZE_T
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1136 YYSIZE_T yysize = 0; in yyparse()