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

1 2 3

  /src/usr.bin/make/unit-tests/
depsrc.exp 2 : 'declaration. They are not preserved and maybe expanded later.'
depsrc.mk 14 DEFINED_LATER= later
19 : 'declaration. They are not preserved and maybe expanded later.'
21 source-later: .PHONY
25 : 'the expression is preserved and tried to be expanded later.'
sunshcmd.mk 4 LATERCMD= echo later
var-op-assign.exp 1 this will be evaluated later
dep-colon-bug-cross-file.mk 10 # preventing any commands from being added later.
14 # which was still the one from pass 1, which means it was possible to later
directive-export-literal.mk 26 # re-enabling a later .export-literal.
deptgt-makeflags.mk 4 # which adds command line options later, at parse time.
10 # undefined later.
17 # variables and can thus be undefined later.
var-op-expand.mk 138 # assignment. The undefined variables are kept as-is and are later expanded
154 # the time of assignment but only later, when ${VAR} appears in the condition.
193 # The following test case demonstrates that the variable 'LATER' is preserved
194 # in the ':=' assignment since the variable 'LATER' is not yet defined.
195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT'
196 # evaluates 'LATER' as well.
198 .undef LATER
199 INDIRECT:= ${LATER:S,value,replaced,}
203 LATER= late-value
211 .undef LATER
218 later= lowercase-value macro
280 later= lowercase-value macro
    [all...]
varmod-remember.mk 4 # in the _ variable or another, to be used later again.
10 # from where it is taken later in the same expression.
var-scope-local-legacy.mk 8 # are retained so that they can be resolved later, in the target scope.
varmod-order-numeric.mk 12 # Make uses 'long long' for C99 or later, and 'long' for older C versions.
dep-var.mk 22 # This variable is neither defined now nor later.
31 # waiting to be expanded at some later point.
33 # Later, in SuffExpandChildren, that expression is expanded again by calling
opt-query.mk 62 # time, and any later variable assignments may depend on its result.
varparse-undef-partial.mk 53 # not modified later. In this practical case, it does not matter whether the
varname.mk 68 # first to make it appear later in the bucket of the hash table.
79 # first to make it appear later in the bucket of the hash table.
opt-debug-lint.mk 27 # will later be expanded correctly, when the variable is evaluated again in
var-op-assign.mk 50 VAR= ${:! echo 'this will be evaluated later' 1>&2 !}
var-scope-cmdline.mk 63 # possible to set cmdline variables at any later time.
varmod-mtime.mk 94 # current time, and not any later time.
  /src/sys/arch/vax/boot/common/
srt0.S 45 pushr $0x1fff # save for later usage
  /src/libexec/ld.elf_so/arch/hppa/
rtld_start.S 46 * twice later: once to call _rtld, and again to transfer to the
79 copy %arg1, %r4 ; save for later
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 38 // Otherwise, do not change p. This will be re-parsed later as the field
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 90 jeq nott | yes, switch off MMU later
194 movl %a3,%sp@(12) | address of ckend for later
  /src/sys/arch/amiga/stand/loadbsd/
startit.s 44 beq nott | yes, switch off MMU later
  /src/sys/arch/vax/boot/xxboot/
start.S 190 pushr $0x1fff # save all regs, used later.

Completed in 37 milliseconds

1 2 3