reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
140 const sopno gf = g->firststate+1; /* +1 for OEND */ 141 const sopno gl = g->laststate; 146 if (g->cflags®_NOSUB) 159 if (g->must != NULL) { 161 if (*dp == g->must[0] && stop - dp >= g->mlen && 161 if (*dp == g->must[0] && stop - dp >= g->mlen && 162 memcmp(dp, g->must, (size_t)g->mlen) == 0) 162 memcmp(dp, g->must, (size_t)g->mlen) == 0) 169 m->g = g; 192 if (nmatch == 0 && !g->backrefs) 205 if (nmatch == 1 && !g->backrefs) 218 if (!g->backrefs && !(m->eflags®_BACKR)) { 222 if (g->nplus > 0 && m->lastpos == NULL) 223 m->lastpos = (const char **)malloc((g->nplus+1) * 225 if (g->nplus > 0 && m->lastpos == NULL) {