Lines Matching defs:end
75 char* end[MAXGROUP];
150 mp->current.beg[n] = mp->current.end[n] = 0;
169 * e is the end (0) of the substring in s
209 mp->current.beg[g] = mp->current.end[g] = 0;
238 if (s > mp->current.end[n])
239 mp->current.end[n] = s;
247 if (s > mp->current.end[n])
248 mp->current.end[n] = s;
498 while (oldp < mp->current.end[n])
541 * match group end offsets are odd elements of sub
565 match.current.end[0] = match.current.next_s;
582 sub[i * 2] = match.current.end[i] ? match.current.beg[i] - s : 0;
583 sub[i * 2 + 1] = match.current.end[i] ? match.current.end[i] - s : 0;