HomeSort by: relevance | last modified time | path
    Searched refs:variable (Results 1 - 25 of 272) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/tests/usr.bin/xlint/lint1/
msg_326.c 9 int variable __packed;
msg_086.c 8 extern double variable;
18 /* expect+1: warning: automatic 'variable' hides external declaration with type 'double' [86] */
19 int variable = 3; local in function:local_
23 sink = variable;
  /src/tests/usr.bin/indent/
opt_ts.c 13 int variable; variable in typeref:typename:int
24 int variable; variable in typeref:typename:int
opt_ut.c 12 int variable; variable in typeref:typename:int
29 int variable; variable in typeref:typename:int
46 int variable; variable in typeref:typename:int
lex_ident.c 44 int variable; variable in typeref:typename:int
16 var\\ variable in typeref:typename:int
  /src/share/i18n/esdb/BIG5/
Makefile.inc 14 ${.CURDIR}/BIG5/Big5.variable
20 Big5-${i:S/:/@/}.src: Big5.src Big5.variable
23 -e 's/variable/${Big5_$i_variable}/' \
  /src/usr.bin/make/unit-tests/
var-op.mk 3 # Tests for the variable assignment operators.
varname-dot-includedfromdir.mk 3 # Tests for the special .INCLUDEDFROMDIR variable.
varname-dot-includedfromfile.mk 3 # Tests for the special .INCLUDEDFROMFILE variable.
varname-dot-targets.mk 3 # Tests for the special .TARGETS variable.
varname-make.mk 3 # Tests for the special MAKE variable.
varname-pwd.mk 3 # Tests for the special PWD variable.
varname-dollar.mk 3 # Tests for the expression "$$", which looks as if it referred to a variable,
6 # If there really were a special variable named '$', the expressions ${${DOLLAR}}
9 # Using the dollar sign in variable names is tricky and not recommended.
10 # To see that using this variable indeed affects the variable '$', run the
14 # At this point, the variable '$' is not defined. Therefore the second line
21 # Now overwrite the '$' variable to see whether '$$' really expands to that
22 # variable, or whether '$$' is handled by the parser.
25 # At this point, the variable '$' is defined, therefore its value is printed
directive-export-impl.mk 11 # VarFlags.exported (per variable)
12 # VarFlags.reexport (per variable)
19 # This is a variable that references another variable. At this point, the
20 # other variable is still undefined.
24 # variable value refers to another variable, ExportVar does not actually
25 # export the variable but only marks it as VarFlags.exported and
26 # VarFlags.reexport. After that, ExportVars registers the variable name in
36 # variables exported. Since this variable has both of the above-mentione
    [all...]
var-op-append.mk 3 # Tests for the '+=' variable assignment operator, which appends to a
4 # variable, creating it if necessary.
10 # The '+=' variable assignment operator is planned to be added in
17 # The '+=' variable assignment operator was added before 1993-03-21.
19 # Appending to an undefined variable is possible.
20 # The variable is created, and no extra space is added before the value.
26 # Appending to an existing variable adds a single space and the value.
38 # Variable names may contain '+', and this character is also part of the
48 # Before var.c 1.793 from 2021-02-03, the variable name of a newly created
49 # variable was expanded two times in a row, which was unexpected bu
    [all...]
varname-dot-make-level.mk 3 # Tests for the special .MAKE.LEVEL variable, which informs about the
4 # recursion level. It is related to the environment variable MAKELEVEL,
9 # expect: level 1: variable 0, env 1
11 @printf 'level 1: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
14 # expect: level 2: variable 1, env 2
16 @printf 'level 2: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
20 # .MAKE.LEVEL.ENV make variable, which by default refers to the MAKELEVEL
21 # environment variable.
26 # expect: level 3: variable 2, env 3
28 @printf 'level 3: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}
    [all...]
var-scope-cmdline.mk 11 # variable name once for each lookup. Instead, when looking up the value of
12 # a variable, the search often starts in the global scope since that is where
15 # common case of finding a variable in the global scope, another lookup would
17 # variable there.
22 # Whenever a global variable is created, this creation is ignored if
23 # there is a cmdline variable of the same name.
25 # Whenever a cmdline variable is created, any global variable of the
28 # Whenever a global variable is deleted, nothing special happens.
30 # Deleting a cmdline variable is not possible
    [all...]
sh.mk 3 # Tests for running shell commands from the targets, or from the != variable
4 # assignment operator or the :sh variable modifier.
varmod-extension.mk 3 # Tests for the :E variable modifier, which returns the filename extension
4 # of each word in the variable.
varname-dot-make-dependfile.mk 3 # Tests for the special .MAKE.DEPENDFILE variable.
varname-dot-make-expand_variables.mk 3 # Tests for the special .MAKE.EXPAND_VARIABLES variable.
varname-dot-make-exported.mk 3 # Tests for the special .MAKE.EXPORTED variable.
varname-dot-make-jobs-prefix.mk 3 # Tests for the special .MAKE.JOBS.PREFIX variable.
varname-dot-make-makefile_preference.mk 3 # Tests for the special .MAKE.MAKEFILE_PREFERENCE variable.
varname-dot-make-makefiles.mk 3 # Tests for the special .MAKE.MAKEFILES variable.

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011