Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
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.h178 Vector_Get(Vector *v, size_t i) in Vector_Get() function
H A Dfor.c380 const char **varnames = Vector_Get(&f->vars, 0); in ForLoop_SubstVarLong()
421 vars = Vector_Get(&f->vars, 0); in ForLoop_SubstVarShort()
H A Dparse.c330 return Vector_Get(&includes, i); in GetInclude()