Home
last modified time | relevance | path

Searched refs:lastpos (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libc/regex/
H A Dengine.c53 char **lastpos; /* [nplus+1] */ member
157 m->lastpos = NULL;
205 if (g->nplus > 0 && m->lastpos == NULL)
206 m->lastpos = (char **)malloc((g->nplus+1) *
208 if (g->nplus > 0 && m->lastpos == NULL) {
221 assert(g->nplus == 0 || m->lastpos != NULL);
267 if (m->lastpos != NULL)
268 free((char *)m->lastpos);
596 assert(m->lastpos != NULL);
598 m->lastpos[lev+1] = sp;
[all …]