Home | History | Annotate | Download | only in src

Lines Matching refs:more

439  * Make MAGIC a char that might be printed to make bugs more obvious, but
1431 ssize_t more = ((xp) + (n)) - (xs).end; \
1432 if (more > 0) \
1433 (xp) = Xcheck_grow(&(xs), (xp), more); \