current_file Struct Reference
Detailed Description
Definition at line 277 of file grphload.c.
Data Fields | |
| char | filename [MAX_PATH_LEN] |
| int | line |
| FILE * | fp |
| struct section * | section |
Field Documentation
◆ filename
| char current_file::filename[MAX_PATH_LEN] |
Definition at line 279 of file grphload.c.
Referenced by graph_load(), message(), open_file(), and start_section().
◆ line
| int current_file::line |
Definition at line 280 of file grphload.c.
Referenced by graph_load(), message(), and open_file().
◆ fp
| FILE* current_file::fp |
Definition at line 281 of file grphload.c.
Referenced by graph_load(), and open_file().
◆ section
| struct section* current_file::section |
Definition at line 282 of file grphload.c.
Referenced by graph_load(), open_file(), and start_section().
