#include <type.h>
Data Fields | |
struct variable * | variable |
struct variable * | indicator |
struct arguments * | next |
Definition at line 166 of file type.h.
struct variable* arguments::indicator |
Definition at line 169 of file type.h.
Referenced by add_variable_to_head(), and dump_variables().
struct arguments* arguments::next |
Definition at line 170 of file type.h.
Referenced by add_variable_to_head(), add_variable_to_tail(), dump_variables(), main(), remove_variable_from_list(), and remove_variables().
struct variable* arguments::variable |
Definition at line 168 of file type.h.
Referenced by add_variable_to_head(), dump_variables(), remove_variable_from_list(), and remove_variables().