Lines Matching +full:in +full:-
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,"
13 in target "unclosed-direct"
16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
17 in target "unclosed-indirect"
21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
22 in target "unfinished-indirect"
25 in command "@echo ${UNDEF:U1 2 3:@var}"
26 in target "unfinished-loop-1"
29 in command "@echo ${UNDEF:U1 2 3:@var@...}"
30 in target "unfinished-loop-2"
34 in command "@echo ${UNDEF:U1 2 3:@var@${var}}...@"
35 in target "loop-close-1"
39 in command "@echo ${UNDEF:U1 2 3:[}"
40 in target "words-1"
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"
61 in target "mod-subst-delimiter-1"
64 in command "@echo 2: ${VAR:S,"
65 in target "mod-subst-delimiter-2"
68 in command "@echo 3: ${VAR:S,from"
69 in target "mod-subst-delimiter-3"
72 in command "@echo 4: ${VAR:S,from,"
73 in target "mod-subst-delimiter-4"
76 in command "@echo 5: ${VAR:S,from,to"
77 in target "mod-subst-delimiter-5"
80 in command "@echo 6: ${VAR:S,from,to,"
81 in target "mod-subst-delimiter-6"
85 in command "@echo 1: ${VAR:C"
86 in target "mod-regex-delimiter-1"
89 in command "@echo 2: ${VAR:C,"
90 in target "mod-regex-delimiter-2"
93 in command "@echo 3: ${VAR:C,from"
94 in target "mod-regex-delimiter-3"
97 in command "@echo 4: ${VAR:C,from,"
98 in target "mod-regex-delimiter-4"
101 in command "@echo 5: ${VAR:C,from,to"
102 in target "mod-regex-delimiter-5"
105 in command "@echo 6: ${VAR:C,from,to,"
106 in target "mod-regex-delimiter-6"
112 in command "@echo ${FIB:ts\65oct} # bad modifier"
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"
125 in target "mod-t-parse-1"
128 in command "@echo ${FIB:txy}"
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"
139 while evaluating then-branch of condition "FIB"
140 in command "@echo ${FIB:?"
141 in target "mod-ifelse-parse-1"
143 while evaluating then-branch of condition "FIB"
144 in command "@echo ${FIB:?then"
145 in target "mod-ifelse-parse-2"
147 while evaluating else-branch of condition "FIB"
148 in command "@echo ${FIB:?then:"
149 in target "mod-ifelse-parse-3"
151 while evaluating else-branch of condition "FIB"
152 in command "@echo ${FIB:?then:else"
153 in target "mod-ifelse-parse-4"
158 in command "@echo ${FIB:__} # modifier name too long"
159 in target "mod-remember-parse"
162 in command "@echo ${FIB:3"
163 in target "mod-sysv-parse-1"
166 in command "@echo ${FIB:3="
167 in target "mod-sysv-parse-2"
170 in command "@echo ${FIB:3=x3"
171 in target "mod-sysv-parse-3"