#include <stdio.h>#include <unistd.h>#include <dirent.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include "main.h"#include "lex.yy.h"#include "store.h"#include "score.h"Functions | |
| int | main (int argc, char **argv) |
| void | parse_file (char *file, int isporn, int isscoring, char *dbname, int verbose) |
| void | parse_dir (char *directory, int isporn, int isscoring, char *dbname, int verbose) |
| void | parse_standard_input (FILE *stdinput, int isporn, int isscoring, char *dbname, int verbose) |
| void | display_help () |
|
||||||||||||
|
Retrieve execution options and start the program.
|
|
||||||||||||||||||||||||
|
Launch the lexer for one file.
|
|
||||||||||||||||||||||||
|
Launch the lexer for one directory.
|
|
||||||||||||||||||||||||
|
Launch the lexer for the standard input.
|
|
|
Display help for execution options |
1.3.9.1