Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dlst.c263 return Vector_Get(v, v->len - 1); in Vector_Push()
275 return Vector_Get(v, v->len); in Vector_Pop()
H A Dlst.h183 Vector_Get(Vector *v, size_t i) in Vector_Get() function
H A Dfor.c375 const char **varnames = Vector_Get(&f->vars, 0); in ForLoop_SubstVarLong()
416 vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarShort()
H A Dparse.c335 return Vector_Get(&includes, i); in GetInclude()
H A DChangeLog2177 o lst.c: inline Vector_Get