ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include "util.h"
#include "compat.h"
#include "config.h"
#include "help.h"
#include "log2lines.h"
#include "options.h"
Go to the source code of this file.
Functions | |
int | optionInit (int argc, const char **argv) |
int | optionParse (int argc, const char **argv) |
Variables | |
char * | optchars = "bcd:fFhl:L:mMP:rsS:tTuUvz:" |
int | opt_buffered = 0 |
int | opt_help = 0 |
int | opt_force = 0 |
int | opt_exit = 0 |
int | opt_verbose = 0 |
int | opt_console = 0 |
int | opt_mark = 0 |
int | opt_Mark = 0 |
char * | opt_Pipe = NULL |
int | opt_quit = 0 |
int | opt_cli = 0 |
int | opt_raw = 0 |
int | opt_stats = 0 |
int | opt_Source = 0 |
int | opt_SrcPlus = 0 |
int | opt_twice = 0 |
int | opt_Twice = 0 |
int | opt_undo = 0 |
int | opt_redo = 0 |
char | opt_dir [PATH_MAX] |
char | opt_logFile [PATH_MAX] |
char * | opt_mod = NULL |
char | opt_7z [PATH_MAX] |
char | opt_scanned [LINESIZE] |
char | opt_SourcesPath [LINESIZE] |
Definition at line 50 of file options.c.
Referenced by main().
Definition at line 112 of file options.c.
Referenced by main().
Definition at line 43 of file options.c.
Referenced by check_directory(), handle_escape_cmd(), optionInit(), optionParse(), and unpack_iso().
int opt_buffered = 0 |
Definition at line 21 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and set_LogFile().
int opt_cli = 0 |
Definition at line 31 of file options.c.
Referenced by handle_escape_cmd().
int opt_console = 0 |
Definition at line 26 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and translate_files().
Definition at line 40 of file options.c.
Referenced by check_directory(), create_cache(), handle_escape_cmd(), optionInit(), optionParse(), and stat_print().
int opt_exit = 0 |
Definition at line 24 of file options.c.
Referenced by main(), and optionParse().
int opt_force = 0 |
Definition at line 23 of file options.c.
Referenced by main(), and optionParse().
int opt_help = 0 |
Definition at line 22 of file options.c.
Referenced by optionInit(), and optionParse().
Definition at line 41 of file options.c.
Referenced by handle_escape_cmd(), optionInit(), and set_LogFile().
int opt_mark = 0 |
Definition at line 27 of file options.c.
Referenced by optionParse(), and translate_line().
int opt_Mark = 0 |
Definition at line 28 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and translate_line().
Definition at line 42 of file options.c.
Referenced by handle_escape_cmd(), optionInit(), and set_LogFile().
Definition at line 29 of file options.c.
Referenced by handle_escape_cmd(), main(), and optionInit().
int opt_quit = 0 |
Definition at line 30 of file options.c.
Referenced by handle_escape_cmd(), and translate_files().
int opt_raw = 0 |
Definition at line 32 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and translate_files().
int opt_redo = 0 |
Definition at line 39 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and translate_line().
Definition at line 44 of file options.c.
Referenced by optionInit(), and stat_print().
int opt_Source = 0 |
Definition at line 34 of file options.c.
Referenced by handle_escape_cmd(), log_file(), optionParse(), and reportSource().
Definition at line 45 of file options.c.
Referenced by handle_escape_cmd(), log_file(), optionInit(), and optionParse().
int opt_SrcPlus = 0 |
Definition at line 35 of file options.c.
Referenced by handle_escape_cmd(), log_file(), and optionParse().
int opt_stats = 0 |
Definition at line 33 of file options.c.
Referenced by optionParse(), and translate_files().
int opt_twice = 0 |
Definition at line 36 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and print_offset().
int opt_Twice = 0 |
Definition at line 37 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and print_offset().
int opt_undo = 0 |
Definition at line 38 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and translate_line().
int opt_verbose = 0 |
Definition at line 25 of file options.c.
Referenced by handle_escape_cmd(), and optionParse().
char* optchars = "bcd:fFhl:L:mMP:rsS:tTuUvz:" |
Definition at line 20 of file options.c.
Referenced by handle_escape_cmd(), optionParse(), and usage().