Home | History | Annotate | Download | only in codereview

Lines Matching refs:search

753 		elif re.search('<enter reason for undo>', clx.desc):
928 files = [f for f in files if f.startswith('src/') and re.search(r"\.[chys]$", f) and not re.search(r"\.tab\.[ch]$", f)]
3109 # Use a shell for subcommands on Windows to get a PATH search.