Lines Matching full:dollar
1932 @cindex dollar sign (@code{$}), in rules
1935 Because dollar signs are used to start @code{make} variable
1936 references, if you really want a dollar sign in a target or
1939 expansion (@pxref{Secondary Expansion}) and you want a literal dollar
1941 dollar signs (@samp{$$$$}).
3708 same quoting rules: if you want a dollar sign to appear in your
3710 shell, that use dollar signs to introduce variables, it's important to
3712 a @code{make} variable (use a single dollar sign) or a shell variable
3713 (use two dollar signs). For example:
4839 @cindex dollar sign (@code{$}), in variable reference
4841 To substitute a variable's value, write a dollar sign followed by the name
4845 the effect of a single dollar sign in a file name or command.
4878 A dollar sign followed by a character other than a dollar sign,
5157 @cindex dollar sign (@code{$}), in variable name
5161 consider them, except to know that making a variable with a dollar sign
6213 @cindex dollar sign (@code{$}), in function call