|
Freeciv-3.1
|
Data Fields | |
| unsigned int | magic |
| char * | filename |
| fz_FILE * | fp |
| bool | at_eof |
| struct astring | cur_line |
| unsigned int | cur_line_pos |
| unsigned int | line_num |
| struct astring | token |
| struct astring | partial |
| datafilename_fn_t | datafn |
| bool | in_string |
| int | string_start_line |
| struct inputfile * | included_from |
Definition at line 90 of file inputfile.c.
| bool inputfile::at_eof |
Definition at line 94 of file inputfile.c.
Referenced by inf_at_eof(), inf_log_str(), inf_sanity_check(), init_zeros(), and read_a_line().
| struct astring inputfile::cur_line |
Definition at line 95 of file inputfile.c.
Referenced by at_eol(), check_include(), get_token_entry_name(), get_token_eol(), get_token_section_name(), get_token_value(), get_token_white_char(), have_line(), inf_close_partial(), inf_log_str(), init_zeros(), and read_a_line().
| unsigned int inputfile::cur_line_pos |
Definition at line 96 of file inputfile.c.
Referenced by at_eol(), check_include(), get_token_entry_name(), get_token_eol(), get_token_section_name(), get_token_value(), get_token_white_char(), inf_log_str(), init_zeros(), and read_a_line().
| datafilename_fn_t inputfile::datafn |
Definition at line 102 of file inputfile.c.
Referenced by check_include(), inf_from_file(), inf_from_stream(), and init_zeros().
| char* inputfile::filename |
Definition at line 92 of file inputfile.c.
Referenced by check_include(), inf_close_partial(), inf_filename(), inf_from_file(), inf_from_stream(), and init_zeros().
| fz_FILE* inputfile::fp |
Definition at line 93 of file inputfile.c.
Referenced by inf_close_partial(), inf_from_file(), inf_from_stream(), inf_sanity_check(), init_zeros(), and read_a_line().
| bool inputfile::in_string |
Definition at line 105 of file inputfile.c.
Referenced by check_include(), get_token_value(), inf_log_str(), inf_sanity_check(), init_zeros(), and read_a_line().
| struct inputfile* inputfile::included_from |
Definition at line 110 of file inputfile.c.
Referenced by check_include(), inf_close(), inf_log_str(), inf_sanity_check(), init_zeros(), and read_a_line().
| unsigned int inputfile::line_num |
Definition at line 97 of file inputfile.c.
Referenced by get_token_value(), inf_log_str(), init_zeros(), and read_a_line().
| unsigned int inputfile::magic |
Definition at line 91 of file inputfile.c.
Referenced by inf_close_partial(), inf_sanity_check(), and init_zeros().
| struct astring inputfile::partial |
Definition at line 99 of file inputfile.c.
Referenced by get_token_value(), inf_close_partial(), and init_zeros().
| int inputfile::string_start_line |
Definition at line 108 of file inputfile.c.
Referenced by get_token_value(), inf_log_str(), inf_sanity_check(), and init_zeros().
| struct astring inputfile::token |
Definition at line 98 of file inputfile.c.
Referenced by get_token_entry_name(), get_token_eol(), get_token_section_name(), get_token_value(), get_token_white_char(), inf_close_partial(), inf_token(), and init_zeros().