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

/netbsd-6-1-5-RELEASE/usr.bin/make/
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);
2359 Lst_Concat(slst, srcs, LST_CONCLINK);
2360 Lst_Concat(slst, targs, LST_CONCLINK);
H A Dparse.c3024 Lst_Concat(mainList, mainNode->cohorts, LST_CONCNEW);
/netbsd-6-1-5-RELEASE/usr.bin/make/lst.lib/
H A DlstConcat.c57 * Lst_Concat --
79 Lst_Concat(Lst l1, Lst l2, int flags) function

Completed in 107 milliseconds