Searched refs:Vector_t (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h310 } Vector_t; typedef in typeref:struct:Vector_s
535 Vector_t* pos; /* posns of certain subpatterns */
536 Vector_t* bestpos; /* ditto for best match */
H A Dregnexec.c146 static Vector_t*
149 Vector_t* v;
156 if (!(v = (Vector_t*)stkseek(sp, sizeof(Vector_t) + inc * siz)))
162 v->vec = (char*)v + sizeof(Vector_t);
170 vecseek(Vector_t** p, int index)
172 Vector_t* v = *p;
177 if (!(v = (Vector_t*)stkseek(v->stk, sizeof(Vector_t) + v->max * v->siz)))
180 v->vec = (char*)v + sizeof(Vector_t);
[all...]

Completed in 15 milliseconds