Searched refs:c_pathname_pat (Results 1 – 3 of 3) sorted by relevance
52 c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE ) variable58 if c_pathname_pat.match( f ) != None: