Searched refs:Array_Push (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | make.c | 211 Array_Push(&to_build, heldBack.a[i]); in requeue() 294 Array_Push(&to_build, pgn); in Make_Update() 321 Array_Push(&to_build, gn); in try_to_make_node() 354 Array_Push(&heldBack, gn); in try_to_make_node() 368 Array_Push(&heldBack, gn); in try_to_make_node() 441 Array_Push(a, gn); in MakeAddChild() 498 Array_Push(&to_build, gn); in add_targets_to_make() 686 Array_Push(cycle, gn); in find_cycle()
|
| H A D | garray.h | 62 #define Array_Push(l, gn) Array_AtEnd(l, gn) macro 74 Array_Push(l, gn); \
|