Lines Matching refs:M

52 .if ${a aa aaa b ba baa bab:L:M*a} != "a aa aaa ba baa"
57 .if ${:U file.c file.*c file.h file\.c :M*.c} != "file.c file\\.c"
61 .if ${:U file.c file.*c file.h file\.c :M*\.c} != "file.c file\\.c"
65 .if ${:U file.c file.*c file.h file\.c :M*\*c} != "file.*c"
69 .if ${:U file.c.cc file.cc.cc file.cc.c :M*.cc} != "file.c.cc file.cc.cc"
73 .if ${:U file.c.cc file.cc.cc file.cc.c :M*.c} != "file.cc.c"
86 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four"
91 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven"
96 .if ${ ab a[]b a[b a b :L:M[]} != ""
106 .if ${ ab a[]b a[b a b [ ] :L:M[^]} != "a b [ ]"
116 .if ${ a b N n 0 Nn0 [ ] :L:M[Nn0]} != "N n 0"
121 .if ${ A B C a b c d [a-c] [a] :L:M[a-c]} != "a b c"
126 .if ${ A B C a b c d [a-c] [a] :L:M[c-a]} != "a b c"
133 .if ${ A B C a b c d 5 6 7 8 [a-c] [a] :L:M[^a-c67]} != "A B C d 5 8"
151 .if ${WORDS:M[[-]]} != "[] \\] ]]"
159 .if ${WORDS:M[b[-]a]} != "[a] \\a] ]a] ba]"
167 .if ${WORDS:M[-]} != "-"
176 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
203 .if ${PRIMES:M$n} != "2"
206 .if ${PRIMES:M${n}} != "2"
209 .if ${PRIMES:M${:U2}} != "2"
214 .if ${ A * :L:M:} != ""
219 .if ${ ${:U\: \:\:} :L:M\:} != ":"
224 .if ${ ${:U\:} ${:U\:\:} :L:M${:U\:}} != ":"
232 .if ${:Ua \$ sign:M*$$*} != "\$"
242 .if ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
256 .if ${ plain string :L:tW:M*} != " plain string "
263 .if ${ plain string :L:M*} != "plain string"
272 .if ${:U****************:M****************b}
281 .if ${:U..................................................b:M*?*?*?*?*?a}
306 .if ${WORDS:M[-x1-3} != "- x 1 2 3"
314 .if ${WORDS:M*[-x1-3} != "- x xx 1 2 3 01 11 001 011 101 111 [x1-3"
315 . warning ${WORDS:M*[-x1-3}
323 .if ${WORDS:M[^-x1-3} != "+ 0 4"
337 .if ${WORDS:M${PATTERN}} != "\\\\ x\\"
345 .if ${WORDS:M[x-} != "x"
357 .if ${WORDS:M[^x-} != "[x- y yyyyy"
365 .if ${ ${:U\:} ${:U\:\:} :L:M[:]} != ":"