Home
last modified time | relevance | path

Searched refs:Lst_Concat (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/bmake/
HDlst.h129 ReturnStatus Lst_Concat(Lst, Lst, int);
HDmake.c461 (void)Lst_Concat(pgn->commands, cmds, LST_CONCNEW); in Make_HandleUse()
468 (void)Lst_Concat(pgn->commands, cgn->commands, LST_CONCNEW); in Make_HandleUse()
1315 Lst_Concat(new, examine, LST_CONCLINK); in Make_ExpandUse()
1450 Lst_Concat(new, examine, LST_CONCLINK); in Make_ProcessWait()
HDsuff.c552 Lst_Concat(suffClean, sufflist, LST_CONCLINK); in Suff_ClearSuffixes()
2364 Lst_Concat(slst, srcs, LST_CONCLINK); in SuffFindNormalDeps()
2365 Lst_Concat(slst, targs, LST_CONCLINK); in SuffFindNormalDeps()
HDparse.c3173 Lst_Concat(mainList, mainNode->cohorts, LST_CONCNEW); in Parse_MainName()
/trueos/contrib/bmake/lst.lib/
HDlstConcat.c79 Lst_Concat(Lst l1, Lst l2, int flags) in Lst_Concat() function
/trueos/usr.bin/make/
HDlst.h116 void Lst_Concat(Lst *, Lst *, int);
HDfor.c248 Lst_Concat(&values, &forLst, LST_CONCLINK); in For_Run()
HDlst.c104 Lst_Concat(Lst *list1, Lst *list2, int flags) in Lst_Concat() function
HDtarg.c225 Lst_Concat(nodes, &gn->cohorts, LST_CONCNEW); in Targ_FindList()
HDsuff.c381 Lst_Concat(&suffClean, &sufflist, LST_CONCLINK); in Suff_ClearSuffixes()
1984 Lst_Concat(slst, &srcs, LST_CONCLINK); in SuffFindNormalDeps()
1985 Lst_Concat(slst, &targs, LST_CONCLINK); in SuffFindNormalDeps()
HDmake.c302 Lst_Concat(&pgn->commands, &cgn->commands, LST_CONCNEW); in Make_HandleUse()
HDparse.c2542 Lst_Concat(listmain, &mainNode->cohorts, LST_CONCNEW); in Parse_MainName()