reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
149 start = string + pmatch[0].rm_so; 150 stop = string + pmatch[0].rm_eo; 269 pmatch[0].rm_so = m->coldp - m->offp; 270 pmatch[0].rm_eo = endp - m->offp; 276 pmatch[i] = m->pmatch[i]; 278 pmatch[i].rm_so = -1; 279 pmatch[i].rm_eo = -1;