Home | History | Annotate | Download | only in regex

Lines Matching defs:lastpos

80 	RCHAR_T **lastpos;	/* [nplus+1] */
186 m->lastpos = NULL;
234 if (g->nplus > 0 && m->lastpos == NULL)
235 m->lastpos = (RCHAR_T **)malloc((g->nplus+1) *
237 if (g->nplus > 0 && m->lastpos == NULL) {
250 assert(g->nplus == 0 || m->lastpos != NULL);
296 if (m->lastpos != NULL)
297 free((char *)m->lastpos);
634 assert(m->lastpos != NULL);
636 m->lastpos[lev+1] = sp;
640 if (sp == m->lastpos[lev]) /* last pass matched null */
643 m->lastpos[lev] = sp;