Lines Matching refs:beg
74 char* beg[MAXGROUP];
150 mp->current.beg[n] = mp->current.end[n] = 0;
209 mp->current.beg[g] = mp->current.end[g] = 0;
236 if (!mp->current.beg[n] || mp->current.beg[n] > olds)
237 mp->current.beg[n] = olds;
245 if (!mp->current.beg[n] || mp->current.beg[n] > olds)
246 mp->current.beg[n] = olds;
295 if (n <= g && mp->current.beg[n])
296 pc = *mp->current.beg[n];
496 if (n <= g && (oldp = mp->current.beg[n]))
576 match.current.beg[0] = s;
582 sub[i * 2] = match.current.end[i] ? match.current.beg[i] - s : 0;