Lines Matching defs:variable
39 struct variable struct
41 inline variable(const variable &v) in variable() argument
43 inline variable(struct module_t *m, const char *v) in variable() function
45 inline variable(const char *m, const char *v) in variable() argument
47 inline variable(const std::string &m, const std::string &v) in variable() argument
49 inline explicit variable(const char *v) : variable(root_module(), v) {} in variable() function
50 inline explicit variable(const std::string &v) : variable(v.c_str()) {} in variable() function
51 inline ~variable() in ~variable() argument
58 inline variable & operator=(list && v) argument
95 LIST * l = var_get(var_module, var_symbol);
101 struct module_t * var_module = nullptr;
102 OBJECT * var_symbol = nullptr;