Home
last modified time | relevance | path

Searched refs:VAR_CMD (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/make/
H A Dcond.c200 cp2 = Var_Parse(cp, VAR_CMD, TRUE, &len, &doFree);
258 if (Var_Value (arg, VAR_CMD, &p1) != (char *)NULL) {
502 lhs = Var_Parse(condExpr, VAR_CMD, doEval,&varSpecLen,&doFree);
610 cp2 = Var_Parse(cp, VAR_CMD, doEval,&len, &freeIt);
664 string = Var_Parse(rhs, VAR_CMD, doEval,&len,&freeIt);
796 val = Var_Parse(&condExpr[arglen - 1], VAR_CMD,
H A Dvar.c94 GNode *VAR_CMD; /* variables defined on the command-line */ variable
235 if ((var == NILLNODE) && (flags & FIND_CMD) && (ctxt != VAR_CMD)) {
236 var = Lst_Find (VAR_CMD->context, (ClientData)name, VarCmp);
427 if (ctxt == VAR_CMD) {
1116 if ((ctxt == VAR_CMD) || (ctxt == VAR_GLOBAL)) {
1175 if ((v == (Var *)NIL) && (ctxt != VAR_CMD) && (ctxt != VAR_GLOBAL) &&
1231 ((ctxt == VAR_CMD) || (ctxt == VAR_GLOBAL)))
1252 ((ctxt == VAR_CMD) || (ctxt == VAR_GLOBAL)))
1972 VAR_CMD = Targ_NewGN ("Command"); in Var_Init()
H A Dparse.c694 result=Var_Parse(cp, VAR_CMD, TRUE, &length, &freeIt);
714 if (Arch_ParseArchive (&line, targets, VAR_CMD) != SUCCESS) {
1112 if (Arch_ParseArchive (&line, sources, VAR_CMD) != SUCCESS) {
1377 args[2] = Var_Subst(NULL, cp, VAR_CMD, TRUE);
1643 file = Var_Subst (NULL, file, VAR_CMD, FALSE);
1838 file = Var_Subst (NULL, file, VAR_CMD, FALSE);
2512 cp = Var_Subst (NULL, line, VAR_CMD, TRUE);
H A Dmain.c275 Parse_DoVar(*argv, VAR_CMD);
582 if (Var_Exists("VPATH", VAR_CMD)) {
591 vpath = Var_Subst(NULL, VPATH, VAR_CMD, FALSE);
H A Dmake.h289 extern GNode *VAR_CMD; /* Variables defined on the command line */
H A Dtarg.c626 Var_Dump (VAR_CMD);