Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dlst.c279 return Vector_Get(v, v->len - 1); in Vector_Push()
291 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.c371 const char **vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarLong()
412 vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarShort()
H A Dparse.c316 return Vector_Get(&includes, i); in GetInclude()
H A DChangeLog967 o lst.c: inline Vector_Get