Home | History | Annotate | Download | only in src

Lines Matching refs:more

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