Home
last modified time | relevance | path

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

/freebsd-14.2/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 Dlst.h192 Vector_Get(Vector *v, size_t i) in Vector_Get() function
H A Dfor.c404 const char **varnames = Vector_Get(&f->vars, 0); in ForLoop_SubstVarLong()
445 vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarShort()
H A Dparse.c335 return Vector_Get(&includes, i); in GetInclude()
H A DChangeLog1351 o lst.c: inline Vector_Get