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

/freebsd-10.2-release/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);
1324 Lst_Concat(new, examine, LST_CONCLINK);
1459 Lst_Concat(new, examine, LST_CONCLINK);
H A Dsuff.c553 Lst_Concat(suffClean, sufflist, LST_CONCLINK);
2365 Lst_Concat(slst, srcs, LST_CONCLINK);
2366 Lst_Concat(slst, targs, LST_CONCLINK);
H A Dparse.c3173 Lst_Concat(mainList, mainNode->cohorts, LST_CONCNEW);
/freebsd-10.2-release/contrib/bmake/lst.lib/
H A DlstConcat.c57 * Lst_Concat --
79 Lst_Concat(Lst l1, Lst l2, int flags) function
/freebsd-10.2-release/usr.bin/make/
H A Dlst.h81 #define LST_CONCNEW 0 /* create new LstNode's when using Lst_Concat */
82 #define LST_CONCLINK 1 /* relink LstNode's when using Lst_Concat */
116 void Lst_Concat(Lst *, Lst *, int);
H A Dfor.c248 Lst_Concat(&values, &forLst, LST_CONCLINK);
H A Dlst.c88 * Lst_Concat
104 Lst_Concat(Lst *list1, Lst *list2, int flags) function
H A Dtarg.c219 * Note: Lst_AtEnd must come before the Lst_Concat so
225 Lst_Concat(nodes, &gn->cohorts, LST_CONCNEW);
H A Dmake.c302 Lst_Concat(&pgn->commands, &cgn->commands, LST_CONCNEW);
H A Dsuff.c381 Lst_Concat(&suffClean, &sufflist, LST_CONCLINK);
1984 Lst_Concat(slst, &srcs, LST_CONCLINK);
1985 Lst_Concat(slst, &targs, LST_CONCLINK);
H A Dparse.c2542 Lst_Concat(listmain, &mainNode->cohorts, LST_CONCNEW);

Completed in 114 milliseconds