Home | History | Annotate | Download | only in intl

Lines Matching refs:YYSIZE_T

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