Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dlst.h198 void *Vector_Push(Vector *);
H A Dlst.c272 Vector_Push(Vector *v) in Vector_Push() function
H A Dfor.c151 *(char **)Vector_Push(&f->vars) = bmake_strldup(p, len); in ForLoop_ParseVarnames()
H A Dparse.c2135 curFile = Vector_Push(&includes); in Parse_PushInput()
H A Dvar.c4793 *(const char **)Vector_Push(&vec) = hi.entry->key; in Var_Dump()