Lines Matching refs:in
3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
4 in target "mod-unknown-direct"
8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
9 in target "mod-unknown-indirect"
12 in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
43 in command "@echo ${UNDEF:U1 2 3:[#}"
44 in target "words-2"
48 … in command "@echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}"
49 in target "words-3"
52 in command "@echo ${VARNAME:!echo}"
53 in target "exclam-1"
56 in command "@echo ${!:L:!=exclam}"
57 in target "exclam-2"
60 in command "@echo 1: ${VAR:S"
105 in command "@echo 6: ${VAR:C,from,to,"
113 in target "mod-ts-parse-3"
116 in command "@echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is """
117 in target "mod-ts-parse-4"
120 in command "@echo ${FIB:tsxy} # modifier too long"
121 in target "mod-ts-parse-5"
124 in command "@echo ${FIB:t"
129 in target "mod-t-parse-2"
132 in command "@echo ${FIB:t}"
133 in target "mod-t-parse-3"
136 in command "@echo ${FIB:t:M*}"
137 in target "mod-t-parse-4"
140 in command "@echo ${FIB:?"
148 in command "@echo ${FIB:?then:"
152 in command "@echo ${FIB:?then:else"
159 in target "mod-remember-parse"
162 in command "@echo ${FIB:3"
166 in command "@echo ${FIB:3="
170 in command "@echo ${FIB:3=x3"
171 in target "mod-sysv-parse-3"