Lines Matching refs:eval
5640 sections of makefile syntax to use with @code{eval} (@pxref{Eval Function}).
7076 @code{eval} function (@pxref{Eval Function}).
7080 @section The @code{eval} Function
7081 @findex eval
7085 The @code{eval} function is very special: it allows you to define new
7088 @code{eval} function is expanded, then the results of that expansion
7092 The result of the @code{eval} function is always the empty string;
7096 It's important to realize that the @code{eval} argument is expanded
7097 @emph{twice}; first by the @code{eval} function, then the results of
7100 for ``$'' characters when using @code{eval}. The @code{value}
7104 Here is an example of how @code{eval} can be used; this example
7106 seem overly complex to use @code{eval} in this example, rather than
7134 $(foreach prog,$(PROGRAMS),$(eval $(call PROGRAM_template,$(prog))))
10512 @item $(eval @var{text})
10516 @xref{Eval Function, ,The @code{eval} Function}.