HomeSort by: relevance | last modified time | path
    Searched defs:later (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
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.'
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...]
  /src/sys/dev/audio/
audio.c 2405 /* If audiobell, only sample_rate will be set later. */
5828 /* If this is the second or later, add it. */
5977 bool later = false; local in function:audio_pintr
5980 later = true;
5986 if (later) {

Completed in 16 milliseconds