zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
chktrcmp.py File Reference

Go to the source code of this file.

Namespaces

 chktrcmp
 

Variables

tuple chktrcmp.c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE )
 
tuple chktrcmp.cmpnt = USED_COMPONENT.keys()
 
tuple chktrcmp.component_name = trace_use_pat.sub( '', src_line )
 
tuple chktrcmp.hdr_line = hdr_line.strip()
 
dictionary chktrcmp.KNOWN_COMPONENT = {}
 
int chktrcmp.line_num = 0
 
list chktrcmp.SRC_FILE_DIRS = [ "src" ]
 
list chktrcmp.SRC_FILE_LIST = []
 
tuple chktrcmp.src_line = src_line.strip()
 
tuple chktrcmp.src_pathname = os.path.join( p, f )
 
list chktrcmp.TRACE_DEF_FILES = [ "include/freetype/internal/fttrace.h" ]
 
tuple chktrcmp.trace_def_pat_opn
 
tuple chktrcmp.trace_use_pat = re.compile( '^[ \t]*#define[ \t]+FT_COMPONENT[ \t]+trace_' )
 
dictionary chktrcmp.USED_COMPONENT = {}