#include <expr.h>
Collaboration diagram for symbol:

Data Fields | |
| symbol * | next |
| char * | name |
| char * | help |
| enum symbol_type | type |
| symbol_value curr | user |
| tristate | visible |
| int | flags |
| property * | prop |
| expr * | dep |
| expr * | dep2 |
| expr_value | rev_dep |
|
|
|
|
Definition at line 73 of file expr.h. Referenced by menu_finalize(), sym_calc_value(), sym_check_deps(), sym_has_value(), sym_is_choice(), sym_is_choice_value(), sym_is_optional(), sym_set_changed(), sym_set_string_value(), and sym_set_tristate_value(). |
|
|
Definition at line 69 of file expr.h. Referenced by conf_choice(), conf_string(), show_help(), and text_insert_help(). |
|
|
Definition at line 68 of file expr.h. Referenced by expr_print(), menu_get_prompt(), sym_calc_value(), sym_check_deps(), and text_insert_help(). |
|
|
Definition at line 67 of file expr.h. Referenced by sym_find(), and sym_lookup(). |
|
|
Definition at line 74 of file expr.h. Referenced by prop_alloc(), sym_check_deps(), and sym_set_changed(). |
|
|
Definition at line 76 of file expr.h. Referenced by sym_calc_value(), sym_calc_visibility(), sym_check_deps(), sym_is_changable(), and sym_tristate_within_range(). |
|
|
Definition at line 70 of file expr.h. Referenced by display_tree(), menu_set_type(), sym_calc_value(), sym_get_string_value(), sym_get_type(), sym_set_string_value(), sym_string_valid(), and sym_string_within_range(). |
|
|
Definition at line 71 of file expr.h. Referenced by sym_calc_choice(), sym_calc_value(), sym_set_string_value(), and sym_set_tristate_value(). |
|
|
Definition at line 72 of file expr.h. Referenced by sym_calc_value(), sym_calc_visibility(), sym_get_type(), sym_is_changable(), and sym_tristate_within_range(). |
1.3.8