Searched refs:lastpos (Results 1 – 1 of 1) sorted by relevance
115 const char **lastpos; /* [nplus+1] */ member226 m->lastpos = NULL; in matcher()274 if (g->nplus > 0 && m->lastpos == NULL) in matcher()275 m->lastpos = malloc((g->nplus+1) * in matcher()277 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()289 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()339 if (m->lastpos != NULL) { in matcher()340 free(m->lastpos); in matcher()341 m->lastpos = NULL; in matcher()697 assert(m->lastpos != NULL); in backref()[all …]