Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDlst.h198 void *Vector_Push(Vector *);
HDlst.c274 Vector_Push(Vector *v) in Vector_Push() function
HDfor.c179 *(char **)Vector_Push(&f->vars) = bmake_strldup(p, len); in ForLoop_ParseVarnames()
HDcompat.c494 *(GNode **)Vector_Push(&vec) = ln->datum; in MakeWaitGroupsInRandomOrder()
HDparse.c2219 curFile = Vector_Push(&includes); in Parse_PushInput()
HDvar.c4846 *(const char **)Vector_Push(&vec) = hi.entry->key; in Var_Dump()
/freebsd-14-stable/contrib/bmake/unit-tests/
HDinclude-sub.inc23 # Parse_PushInput at "Vector_Push(&includes)"