HomeSort by: relevance | last modified time | path
    Searched refs:PARAM (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varparse-undef-partial.mk 8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end
10 PARAM= :Q
12 # The expression ${VAR.${PARAM}} refers to the variable named "VAR.:Q",
varmisc.mk 97 PARAM= param
98 VAR.${PARAM}= 1
99 VAR.${PARAM}+= 2
100 .if ${VAR.param} != "1 2"
101 . error "${VAR.param}"
109 PARAM= +
110 VAR.${PARAM}= 1
111 VAR.${PARAM}+= 2
115 .for param in : + ! target
    [all...]
var-op-default.mk 44 # it expands the variable name exactly once. Therefore both 'VAR.param'
45 # and 'VAR.${param}' expand to 'VAR.param', and the second '?=' assignment
56 VAR.param= already defined
58 .if ${VAR.param} != "already defined"
69 PARAM= $$$$
70 EXPAND.${PARAM}?= value with param
71 .if ${${EXPAND_NAME}} != "value with param"
  /src/sys/arch/sparc/stand/bootblk/
Makefile 24 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_MODULE -D_KERNEL
  /src/usr.sbin/npf/npfctl/
npf_parse.y 95 %lex-param { int yystarttoken }
191 %token <str> PARAM
275 : SET PARAM param_val {

Completed in 37 milliseconds