max               180 core/gc.c        sz = max(sz, potion_birth_suggest(sz, M->old_lo, M->old_cur));
max                28 core/internal.h #ifndef max
max                32 syn/syntax-p5.y #define YY_INPUT(buf, result, max) { \
max                35 syn/syntax-p5.y     result = max; \
max                36 syn/syntax-p5.y     if (P->yypos + max > PN_STR_LEN(P->input)) \
max                39 syn/syntax-p5.y     P->yypos += max; \
max                28 syn/syntax.y   #define YY_INPUT(buf, result, max) { \
max                31 syn/syntax.y       result = max; \
max                32 syn/syntax.y       if (P->yypos + max > PN_STR_LEN(P->input)) \
max                35 syn/syntax.y       P->yypos += max; \