#include "command_line.h"#include "directory.h"#include "filename.h"#include <basis/function.h>#include <basis/istring.h>#include <basis/log_base.h>#include <basis/mutex.h>#include <basis/portable.h>#include <basis/string_array.h>#include <data_struct/static_memory_gremlin.h>#include <textual/parser_bits.h>Include dependency graph for command_line.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | COMPLAIN_CMDS(s) |
Functions | |
| bool | it_is_a_prefix_char (char to_test) |
| #define COMPLAIN_CMDS | ( | s | ) |
Value:
listo_cmds += "unknown"; \
COMPLAIN(s)
Definition at line 227 of file command_line.cpp.
Referenced by command_line::get_command_line().
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 32 of file command_line.cpp.
| bool it_is_a_prefix_char | ( | char | to_test | ) |
Definition at line 76 of file command_line.cpp.
1.5.1