Lines Matching refs:flavor
269 * Flavor Function:: Find out the flavor of a variable.
4897 The first flavor of variable is a @dfn{recursively expanded} variable.
4920 This flavor of variable is the only sort supported by other versions of
4953 variables, there is another flavor: simply expanded variables.
5471 what @samp{+=} does depends on what flavor of variable you defined
5789 flavor (recursive vs.@: static).
6205 * Flavor Function:: Find out the flavor of a variable.
6916 @var{var}; its value and flavor after the @code{foreach} function call are
7254 @section The @code{flavor} Function
7255 @findex flavor
7256 @cindex variables, flavor of
7257 @cindex flavor of variable
7259 The @code{flavor} function is unlike most other functions (and like
7262 Specifically, it tells you the flavor of a variable (@pxref{Flavors,
7265 The syntax of the @code{flavor} function is:
7268 $(flavor @var{variable})
7276 The result of this function is a string that identifies the flavor of the
10494 @item $(flavor @var{variable})
10496 Return a string describing the flavor of the @code{make} variable
10498 @xref{Flavor Function, , The @code{flavor} Function}.