Lines Matching refs:sub
274 sub-directories, unless overridden by a nested configuration file.
283 file is located) and all sub-directories.
1059 return _regexp_compile_cache[pattern].sub(rep, s)
1903 return _RE_PATTERN_CLEANSE_LINE_C_COMMENTS.sub('', line)
1952 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
2306 filename = re.sub(r'_flymake\.h$', '.h', filename)
2307 filename = re.sub(r'/\.flymake/([^/]*)$', r'/\1', filename)
2366 return re.sub(r'[^a-zA-Z0-9]', '_', file_path_from_root).upper() + '_'
3632 if re.sub(r'\\.', '', line[0:commentpos]).count('"') % 2 == 0:
6132 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)