Searched refs:Lst_Concat (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/bmake/ |
| HD | lst.h | 129 ReturnStatus Lst_Concat(Lst, Lst, int);
|
| HD | make.c | 461 (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()
|
| HD | suff.c | 552 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()
|
| HD | parse.c | 3173 Lst_Concat(mainList, mainNode->cohorts, LST_CONCNEW); in Parse_MainName()
|
| /trueos/contrib/bmake/lst.lib/ |
| HD | lstConcat.c | 79 Lst_Concat(Lst l1, Lst l2, int flags) in Lst_Concat() function
|
| /trueos/usr.bin/make/ |
| HD | lst.h | 116 void Lst_Concat(Lst *, Lst *, int);
|
| HD | for.c | 248 Lst_Concat(&values, &forLst, LST_CONCLINK); in For_Run()
|
| HD | lst.c | 104 Lst_Concat(Lst *list1, Lst *list2, int flags) in Lst_Concat() function
|
| HD | targ.c | 225 Lst_Concat(nodes, &gn->cohorts, LST_CONCNEW); in Targ_FindList()
|
| HD | suff.c | 381 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()
|
| HD | make.c | 302 Lst_Concat(&pgn->commands, &cgn->commands, LST_CONCNEW); in Make_HandleUse()
|
| HD | parse.c | 2542 Lst_Concat(listmain, &mainNode->cohorts, LST_CONCNEW); in Parse_MainName()
|