#include "incls/_precompiled.incl"#include "incls/_arguments.cpp.incl"#include <ctype.h>Include dependency graph for arguments.cpp:

Go to the source code of this file.
Functions | |
| static void | set_bool_flag (char *name, bool value) |
| static void | set_int_flag (char *name, int value) |
| static void | process_token (char *token) |
| void | process_settings_file (char *file_name, bool quiet) |
| void | print_credits () |
| void | parse_arguments (int argc, char *argv[]) |
Variables | |
| char * | boot_filename = SYSTEM_NAME ".bst" |
| char * | rc_filename = "." SYSTEM_NAME "rc" |
| void parse_arguments | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 122 of file arguments.cpp.
References boot_filename, EnableTasks, print_credits(), debugFlags::printFlags(), process_settings_file(), process_token(), and rc_filename.
Referenced by main().
Here is the call graph for this function:

| void print_credits | ( | ) |
| void process_settings_file | ( | char * | file_name, | |
| bool | quiet | |||
| ) |
Definition at line 60 of file arguments.cpp.
References process_token().
Referenced by parse_arguments().
Here is the call graph for this function:

| static void process_token | ( | char * | token | ) | [static] |
Definition at line 48 of file arguments.cpp.
References set_bool_flag(), and set_int_flag().
Referenced by parse_arguments(), and process_settings_file().
Here is the call graph for this function:

| static void set_bool_flag | ( | char * | name, | |
| bool | value | |||
| ) | [static] |
Definition at line 36 of file arguments.cpp.
References debugFlags::boolAtPut().
Referenced by process_token().
Here is the call graph for this function:

| static void set_int_flag | ( | char * | name, | |
| int | value | |||
| ) | [static] |
Definition at line 42 of file arguments.cpp.
References debugFlags::intAtPut().
Referenced by process_token().
Here is the call graph for this function:

| char* boot_filename = SYSTEM_NAME ".bst" |
| char* rc_filename = "." SYSTEM_NAME "rc" |
1.4.7