Structure to handle all the data of a file. More...
#include <file.h>
Data Fields | |
t_file * | next |
char * | name |
t_tmp * | tmp |
t_bool | parsed |
t_bool | exist |
t_bool | perm_read |
t_bool | perm_write |
t_bool | is_heredoc |
t_bool | is_append |
Structure to handle all the data of a file.
t_bool s_file::exist |
t_bool s_file::is_append |
t_bool s_file::is_heredoc |
char* s_file::name |
t_file* s_file::next |
t_bool s_file::parsed |
t_bool s_file::perm_read |
t_bool s_file::perm_write |
t_tmp* s_file::tmp |