Lines Matching refs:more
113 Xcheck_grow(XString *xsp, const char *xp, size_t more)
117 if (more < xsp->len)
118 more = xsp->len;
120 checkoktoadd(more, xsp->len + X_EXTRA);
121 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
755 /* matches one or more times */
757 /* matches zero or more times */
1424 /* no more components left? */
1428 /* more components left? fall through */
1548 * if there are no more elements.
2094 * to be more portable than \a (due to HP-UX cc,