Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dlst.c281 return Vector_Get(v, v->len - 1); in Vector_Push()
293 return Vector_Get(v, v->len); in Vector_Pop()
H A Dfor.c378 const char **vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarLong()
419 vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarShort()
H A Dlst.h192 Vector_Get(Vector *v, size_t i) in Vector_Get() function
H A Dparse.c319 return Vector_Get(&includes, i); in GetInclude()
H A DChangeLog1140 o lst.c: inline Vector_Get