Searched refs:stripdata (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/nvi/regex/
H A Dregfree.c74 if (g->stripdata != NULL)
75 free((char *)g->stripdata);
H A Dregex2.h142 RCHAR_T *stripdata; /* malloced area for stripdata */ member in struct:re_guts
H A Dengine.c333 es += m->g->stripdata[es];
337 es += m->g->stripdata[es];
439 esub = ss + m->g->stripdata[ss] - 1;
449 esub += m->g->stripdata[esub];
467 i = m->g->stripdata[ss];
472 i = m->g->stripdata[ss];
521 d = m->g->stripdata[ss];
579 d = m->g->stripdata[ss];
584 d = m->g->stripdata[ss];
603 d = m->g->stripdata[s
[all...]
H A Dregcomp.c69 RCHAR_T *stripdata; /* malloced stripdata */ member in struct:parse
228 p->stripdata = (RCHAR_T *)malloc(p->ssize * sizeof(RCHAR_T));
229 if (p->stripdata == NULL) {
1458 (void) memcpy((char *)(p->stripdata + p->slen),
1459 (char *)(p->stripdata + start), (size_t)len*sizeof(RCHAR_T));
1489 p->stripdata[p->slen] = opnd;
1513 d = p->stripdata[sn];
1528 memmove((char *)&p->stripdata[pos+1], (char *)&p->stripdata[po
[all...]

Completed in 65 milliseconds