Lines Matching refs:file
39 # to output for a given file.
44 print('Checking file:', curFile)
55 # Print a validation warning found in a file
64 # Print a validation error found in a file
104 ' '.join(['no such', errType, tag + ':' + value]), file=sys.stderr)
132 # struct, etc. file.
154 # Validate asciidoc internal links in specified file.
185 error('No such file', curFile, '- skipping check')
215 # function or struct include file, and modify the corresponding
250 # Actually process the included file now, recursively
252 info(curFile, ': including file:', newpath)
307 info('----- returning from:', infile, 'to parent file', '-----')
327 for file in sys.argv[1:]:
328 if (file == '-follow'):
330 elif (file == '-info'):
332 elif file == '-paramcheck':
334 elif (file == '-fatal'):
338 checkLinks(file,
346 print('Need arguments: [-follow] [-info] [-paramcheck] [-fatal] infile [infile...]', file=sys.stderr)