Home | History | Annotate | Download | only in libevent

Lines Matching refs:header_file

1347     header_file = '.'.join(name.split('.')[:-1]) + '.gen.h'
1369 pre += '\n#include "%s"\n\n' % header_file
1396 header_file = '.'.join(filename.split('.')[:-1]) + '.gen.h'
1399 print >>sys.stderr, '... creating "%s"' % header_file
1400 header_fp = open(header_file, 'w')