Searched refs:cmdNode (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/bmake/
H A Dcompat.c223 LstNode cmdNode; /* Node where current command is located */
239 cmdNode = Lst_Member(gn->commands, cmd);
254 Lst_Replace(cmdNode, cmdStart);
403 Lst_Replace(cmdNode, NULL);
222 LstNode cmdNode; /* Node where current command is located */ local
/freebsd-10.0-release/usr.bin/make/
H A Djob.c650 JobPrintCommand(LstNode *cmdNode, Job *job) argument
674 cmd = Buf_Peel(Var_Subst(Lst_Datum(cmdNode), job->node, FALSE));
679 job->tailCmds = Lst_Succ(cmdNode);
684 Lst_Replace(cmdNode, cmd);
708 Compat_RunCommand(cmdNode, job->node);
2892 Compat_RunCommand(LstNode *cmdNode, GNode *gn) argument
2908 cmd = Buf_Peel(Var_Subst(Lst_Datum(cmdNode), gn, FALSE));
2917 Lst_Replace(cmdNode, cmd);
3021 free(Lst_Datum(cmdNode));
3022 Lst_Replace(cmdNode, NUL
[all...]

Completed in 195 milliseconds