Lines Matching full:one
17 .if ${one.c two.c three.c:L:.c=.o} != "one.o two.o three.o"
41 .if ${one two three:L:%=(%)} != "(one) (two) (three)"
53 .if ${one two:L:${:Uone}=${:U1}} != "1 two"
141 .if ${one two:L:o%=a%w} != "anew two"
146 .if ${one two:L:=X} != "oneX twoX"
151 .if ${one two:L:o=X} != "one twX"
156 .if ${one two:L:o=} != "one tw"
162 .if ${one two:L:o=%} != "one tw%"
168 .if ${one two:L:%o=X} != "one X"
174 .if ${one two:L:o%=X} != "X two"
180 .if ${one two oe oxen:L:o%e=X} != "X two X oxen"
185 .if ${one two o%e other%e:L:o%%e=X} != "one two X X"
191 .if ${one two:L:%=%%} != "one% two%"
195 # In the word "one", only a prefix of the pattern suffix "nes" matches,
197 .if ${one two:L:%nes=%xxx} != "one two"
235 # of removing one of the expansions.