Home
last modified time | relevance | path

Searched refs:Targ_List (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dtarg.c160 Targ_List(void) in Targ_List() function
H A Dmake.h945 GNodeList *Targ_List(void) MAKE_ATTR_USE;
H A Dmake.c1357 Lst_Prepend(Targ_List(), pgn); in Make_ProcessWait()
H A Dsuff.c796 for (ln = Targ_List()->first; ln != NULL; ln = ln->next) { in UpdateTargets()