Searched defs:name_regex (Results 1 – 2 of 2) sorted by relevance
8 proc get_file_proc_names { file_path { name_regex "" } } {
42 name_regex = re.compile(r'\.name = (.*?),', re.MULTILINE | re.DOTALL ) variable