Searched refs:Lst_Concat (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Dlst.h98 #define LST_CONCNEW 0 /* create new LstNode's when using Lst_Concat */
99 #define LST_CONCLINK 1 /* relink LstNode's when using Lst_Concat */
129 ReturnStatus Lst_Concat(Lst, Lst, int);
H A Dmake.c465 (void)Lst_Concat(pgn->commands, cmds, LST_CONCNEW);
472 (void)Lst_Concat(pgn->commands, cgn->commands, LST_CONCNEW);
1318 Lst_Concat(new, examine, LST_CONCLINK);
1453 Lst_Concat(new, examine, LST_CONCLINK);
H A Dsuff.c554 Lst_Concat(suffClean, sufflist, LST_CONCLINK);
2400 Lst_Concat(slst, srcs, LST_CONCLINK);
2401 Lst_Concat(slst, targs, LST_CONCLINK);
H A Dparse.c3282 Lst_Concat(mainList, mainNode->cohorts, LST_CONCNEW);
/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstConcat.c57 * Lst_Concat --
79 Lst_Concat(Lst l1, Lst l2, int flags) function

Completed in 67 milliseconds