Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dlst.h189 void *Vector_Push(Vector *);
H A Dlst.c256 Vector_Push(Vector *v) in Vector_Push() function
H A Dfor.c168 *(char **)Vector_Push(&f->vars) = bmake_strsedup(start, p); in ForLoop_ParseVarnames()
H A Dcompat.c483 *(GNode **)Vector_Push(&vec) = ln->datum; in MakeWaitGroupsInRandomOrder()
H A Dparse.c2224 curFile = Vector_Push(&includes); in Parse_PushInput()
H A Dvar.c4920 *(const char **)Vector_Push(&vec) = hi.entry->key; in Var_Dump()
/src/contrib/bmake/unit-tests/
H A Dinclude-sub.inc23 # Parse_PushInput at "Vector_Push(&includes)"