Home
last modified time | relevance | path

Searched refs:Array_Pop (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dmake.c416 while (can_start_job() && (gn = Array_Pop(&to_build)) != NULL) { in MakeStartJobs()
467 while ((gn = Array_Pop(&examine)) != NULL) { in add_targets_to_make()
691 Array_Pop(cycle); in find_cycle()
H A Dgarray.h64 #define Array_Pop(l) \ macro