| /src/usr.bin/make/unit-tests/ |
| cond-eof.mk | 7 SIDE_EFFECT= ${:!echo 'side effect' 1>&2!} 8 SIDE_EFFECT2= ${:!echo 'side effect 2' 1>&2!}
|
| varname-dot-shell.mk | 25 # This has no effect since the variable is not defined in the global scope,
|
| opt-env.mk | 17 # Try to override the variable; this does not have any effect. 23 # Try to append to the variable; this also doesn't have any effect.
|
| directive-export-literal.mk | 19 # XXX: After an .export, an .export-literal has no effect, even when the
|
| opt-define.mk | 23 # effect.
|
| varname-dot-make-save_dollars.mk | 73 # Undefining .MAKE.SAVE_DOLLARS does not have any effect, in particular it 82 # Undefining .MAKE.SAVE_DOLLARS does not have any effect, in particular it
|
| varmod-loop-delete.mk | 3 # Tests for the variable modifier ':@', which as a side effect allows to 6 # A side effect of the modifier ':@' is that the loop variable is created as
|
| varmod-order-numeric.mk | 27 # Both ':Onr' and ':Orn' have the same effect.
|
| varmod-order-shuffle.mk | 30 # Sorting the list before shuffling it has no effect.
|
| sh-flags.mk | 20 opt-loud.no= -d0 # side effect: make stdout unbuffered 21 opt-loud.yes= -dl # side effect: make stdout unbuffered
|
| var-scope-cmdline.mk | 56 # intended back then that a side effect of this seemingly simple change was 58 # side effect of evaluating an expression. As of 2021-02-23, this is
|
| directive-export-impl.mk | 15 : ${:U:sh} # side effect: initialize .SHELL
|
| directive-include-guard.mk | 19 # including it would not have any effect, not even on the special variable 105 # the same effect as a single negation. 114 # If the guard variable is enclosed in spaces, it does not have an effect, as 125 # an effect, as that form is not common in practice. 154 # an effect, as that form is not common in practice. 358 # time, the guard does not have an effect, and the file is included again. 369 # effect, and the file is included again. 584 # If the guard target name has leading spaces, it does not have an effect, 594 # If the guard target name has trailing spaces, it does not have an effect, 605 # an effect, as that form is not common in practice [all...] |
| var-op-default.mk | 46 # has no effect.
|
| varmod-loop.mk | 125 # can be used for a nasty side effect. The expression ${:U:@VAR@@} evaluates 134 # The above side effect of undefining a variable from a certain scope can be 168 # The above '.unexport' has no effect since UnexportVar requires a global
|
| dep-var.mk | 37 # effect. Now DirExpandCurly comes into play and expands the curly braces
|
| deptgt-posix.mk | 12 # work both with and without the system rules from <sys.mk> being in effect.
|
| directive-export-gmake.mk | 79 # As a side effect, this test demonstrates that the 'export' directive exports
|
| parse-var.mk | 73 # What no-effect error messages are printed (Error)?
|
| var-op-assign.mk | 66 # neither contain parentheses nor braces. This is only a side-effect from
|
| varmod-gmtime.mk | 68 # because it would make sense but just as a side-effect from using strtoul.
|
| varname-dot-suffixes.mk | 51 # Deleting .SUFFIXES has no effect since there is no actual variable of that
|
| /src/sys/arch/hppa/stand/common/ |
| srt0.S | 150 forever: ; Loop until bus reset takes effect.
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_draw.c | 93 drawable->effect = QXL_EFFECT_OPAQUE;
|
| qxl_dev.h | 683 uint8_t effect; member in struct:qxl_compat_drawable 710 uint8_t effect; member in struct:qxl_drawable
|