PostgreSQL Source Code
git master
|
#include <type.h>
Data Fields | |
struct variable * | variable |
struct variable * | indicator |
struct arguments * | next |
struct variable* arguments::indicator |
Definition at line 187 of file type.h.
Referenced by add_variable_to_head().
struct arguments* arguments::next |
Definition at line 188 of file type.h.
Referenced by add_variable_to_head(), add_variable_to_tail(), main(), remove_variable_from_list(), and remove_variables().
struct variable* arguments::variable |
Definition at line 186 of file type.h.
Referenced by add_variable_to_head(), remove_variable_from_list(), and remove_variables().