Home
last modified time | relevance | path

Searched refs:Lst_PrependAll (Results 1 – 3 of 3) sorted by relevance

/dports/devel/bmake/bmake/
H A Dlst.h151 void Lst_PrependAll(List *, List *);
H A Dmake.c393 Lst_PrependAll(&pgn->commands, &cgn->commands); in Make_HandleUse()
1224 Lst_PrependAll(&examine, &gn->cohorts); in Make_ExpandUse()
1338 Lst_PrependAll(&examine, &pgn->cohorts); in Make_ProcessWait()
H A Dlst.c230 Lst_PrependAll(List *dst, List *src) in Lst_PrependAll() function