Home | History | Annotate | Download | only in src

Lines Matching refs:more

110 Xcheck_grow(XString *xsp, const char *xp, size_t more)
114 if (more < xsp->len)
115 more = xsp->len;
117 checkoktoadd(more, xsp->len + X_EXTRA);
118 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
813 /* matches one or more times */
815 /* matches zero or more times */
1479 /* no more components left? */
1483 /* more components left? fall through */
1601 * if there are no more elements.
2149 * to be more portable than \a (due to HP-UX cc,