Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/nvi/regex/
H A Dregfree.c69 if (g->stripdata != NULL) in regfree()
70 free((char *)g->stripdata); in regfree()
H A Dregcomp.c216 if (p->stripdata == NULL) { in regcomp()
1387 p->stripdata[p->slen] = opnd; in doemit()
1410 d = p->stripdata[sn]; in doinsert()
1425 memmove((char *)&p->stripdata[pos+1], (char *)&p->stripdata[pos], in doinsert()
1428 p->stripdata[pos] = d; in doinsert()
1442 p->stripdata[pos] = value; in dofwd()
1473 p->stripdata = dp; in enlarge()
1490 g->stripdata = (RCHAR_T *)realloc((char *)p->stripdata, in stripsnug()
1492 if (g->stripdata == NULL) { in stripsnug()
1494 g->stripdata = p->stripdata; in stripsnug()
[all …]
H A Dengine.c317 es += m->g->stripdata[es]; in dissect()
321 es += m->g->stripdata[es]; in dissect()
451 i = m->g->stripdata[ss]; in dissect()
456 i = m->g->stripdata[ss]; in dissect()
498 d = m->g->stripdata[ss]; in backref()
556 d = m->g->stripdata[ss]; in backref()
561 d = m->g->stripdata[ss]; in backref()
580 d = m->g->stripdata[ss]; in backref()
636 esub += m->g->stripdata[esub]; in backref()
864 d = g->stripdata[pc]; in step()
[all …]
H A Dregex2.h138 RCHAR_T *stripdata; /* malloced area for stripdata */ member