Lines Matching refs:match
175 if VERSION_SUFFIX_PAT.match(s):
176 return VERSION_SUFFIX_PAT.match(s).group(1)
832 groups = deps_libname.match(lib)
1102 result = version_pat.match(line)
1110 result = version_pat.match(dir_name)
1168 if name.match(line):
1169 self.root_pkg = name.match(line).group(1)
1172 in_pkg = pkg_section.match(line) is not None
1342 if RUSTC_VV_CMD_ARGS.match(new_rustc):
1343 args = RUSTC_VV_CMD_ARGS.match(new_rustc).group(1)
1379 if RUSTC_PAT.match(line):
1380 args_line = RUSTC_PAT.match(line).group(1)
1383 elif rustc_line or RUSTC_VV_PAT.match(line):
1385 elif CC_AR_VV_PAT.match(line):
1386 self.cc_ar_command(n, CC_AR_VV_PAT.match(line), outf_name)
1387 elif prev_warning and WARNING_FILE_PAT.match(line):
1389 fpath = WARNING_FILE_PAT.match(line).group(1)