Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dlst.h198 void *Vector_Push(Vector *);
H A Dlst.c274 Vector_Push(Vector *v) in Vector_Push() function
H A Dfor.c179 *(char **)Vector_Push(&f->vars) = bmake_strldup(p, len); in ForLoop_ParseVarnames()
H A Dcompat.c494 *(GNode **)Vector_Push(&vec) = ln->datum; in MakeWaitGroupsInRandomOrder()
H A Dparse.c2219 curFile = Vector_Push(&includes); in Parse_PushInput()
H A Dvar.c4846 *(const char **)Vector_Push(&vec) = hi.entry->key; in Var_Dump()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dinclude-sub.inc23 # Parse_PushInput at "Vector_Push(&includes)"