Home | History | Annotate | Download | only in src

Lines Matching refs:more

114 Xcheck_grow(XString *xsp, const char *xp, size_t more)
118 if (more < xsp->len)
119 more = xsp->len;
121 checkoktoadd(more, xsp->len + X_EXTRA);
122 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
798 /* matches one or more times */
800 /* matches zero or more times */
1466 /* no more components left? */
1470 /* more components left? fall through */
1590 * if there are no more elements.
2138 * to be more portable than \a (due to HP-UX cc,