Lines Matching defs:more
78 Xcheck_grow(XString *xsp, const char *xp, size_t more)
82 if (more < xsp->len)
83 more = xsp->len;
85 checkoktoadd(more, xsp->len + X_EXTRA);
86 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
892 /* matches one or more times */
894 /* matches zero or more times */
1793 /* no more components left? */
1797 /* more components left? fall through */
1935 * if there are no more elements.