Lines Matching refs:eval
4608 with `eval' (*note Eval Function::).
5778 `eval' function (*note Eval Function::).
5783 8.8 The `eval' Function
5786 The `eval' function is very special: it allows you to define new
5788 evaluating other variables and functions. The argument to the `eval'
5793 The result of the `eval' function is always the empty string; thus,
5797 It's important to realize that the `eval' argument is expanded
5798 _twice_; first by the `eval' function, then the results of that
5801 characters when using `eval'. The `value' function (*note Value
5805 Here is an example of how `eval' can be used; this example combines
5807 overly complex to use `eval' in this example, rather than just writing
5832 $(foreach prog,$(PROGRAMS),$(eval $(call PROGRAM_template,$(prog))))