Home | History | Annotate | Download | only in src

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);
817 /* matches one or more times */
819 /* matches zero or more times */
1485 /* no more components left? */
1489 /* more components left? fall through */
1609 * if there are no more elements.
2158 * to be more portable than \a (due to HP-UX cc,