|
|
extern int debugs[MAXPROC]; /*debug flags */ | extern int debugs[MAXPROC]; /*debug flags */ |
extern int plots[MAXPROC]; /*plot flags */ | extern int plots[MAXPROC]; /*plot flags */ |
extern int corners[4]; /*corners of scan window */ | extern int corners[4]; /*corners of scan window */ |
extern int optind; /*option index */ |
|
extern char *optarg; /*option argument */ |
|
/*image file name */ | /*image file name */ |
extern char imagefile[FILENAMESIZE]; | extern char imagefile[FILENAMESIZE]; |
/* main directory */ | /* main directory */ |
|
|
//extern int enable_assoc; | //extern int enable_assoc; |
//extern int chop_enable; | //extern int chop_enable; |
//extern int permute_only_top; | //extern int permute_only_top; |
extern int display_ratings; |
|
| |
}; | }; |
| |
|
|
extern int similarity_debug; /* Level of debug output */ | extern int similarity_debug; /* Level of debug output */ |
extern int write_raw_output; /* Text before context */ | extern int write_raw_output; /* Text before context */ |
extern int write_output; /* Text file output */ | extern int write_output; /* Text file output */ |
//extern "C" { extern int display_ratings; } /* Show the ratings */ |
extern "C" { extern int display_ratings; } /* Show the ratings */ |
extern int display_ratings; /* Show the ratings */ | extern int display_ratings; /* Show the ratings */ |
extern int show_bold; /* Use bold text */ | extern int show_bold; /* Use bold text */ |
extern int display_text; /* Show word text */ | extern int display_text; /* Show word text */ |