Home | History | Annotate | Download | only in gcmole

Lines Matching refs:match

31 local DIR = arg[0]:match("^(.+)/[^/]+$")
53 local flag = arg[i]:match "^%-%-([%w_-]+)$"
55 local no, real_flag = flag:match "^(no)([%w_-]+)$"
127 local SOURCES = sconscript:match "SOURCES = {(.-)}";
150 local p, v = cond:match "(%w+):(%w+)"
245 if name:match "Collect.*Garbage" then
252 if name:match(WHITELIST[i]) then
339 l:match "^[^:]+:%d+:%d+:" or
340 l:match "error" or
341 l:match "warning"