Lines Matching defs:start
131 s->start = s->str = cp;
212 size_t base; /* start position of expanded word */
569 * the start and end values of a match found, like re*
1539 s->start = s->str = cp;
2012 alt_expand(XPtrV *wp, char *start, char *exp_start, char *end, int fdo)
2049 glob(start, wp, tobool(fdo & DOMARKDIRS));
2051 XPput(*wp, debunk(start, start, end - start));
2056 alt_expand(wp, start, brace_end, end, fdo);
2076 l1 = brace_start - start;
2080 memcpy(news, start, l1);