Searched refs:EvalStack_Push (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | var.c | 366 EvalStack_Push(EvalStackElementKind kind, const char *str, const FStr *value) in EvalStack_Push() function 382 EvalStack_Push(VSK_MAKEFLAGS, makeflags, NULL); in EvalStack_PushMakeflags() 4060 EvalStack_Push(VSK_INDIRECT_MODIFIERS, mods.str, NULL); in ApplyModifiersIndirect() 4739 EvalStack_Push(VSK_EXPR_PARSE, start, NULL); in Var_Parse() 4741 EvalStack_Push(VSK_VARNAME, expr.name, &expr.value); in Var_Parse() 4743 EvalStack_Push(VSK_EXPR, start, &expr.value); in Var_Parse() 4887 EvalStack_Push(VSK_TARGET, scope->name, NULL); in Var_SubstInTarget() 4888 EvalStack_Push(VSK_COMMAND, str, NULL); in Var_SubstInTarget() 4904 EvalStack_Push(VSK_TARGET, target, NULL); in Var_ExportStackTrace() 4906 EvalStack_Push(VSK_COMMAND, cmd, NULL); in Var_ExportStackTrace()
|