Home | History | Annotate | Download | only in src

Lines Matching full:max_size

868 #define YY_INPUT(buf,result,max_size) \
874 for ( n = 0; n < max_size && \
886 while ( (result = fread(buf, 1, max_size, code_in))==0 && ferror(code_in)) \