#include <ael_structs.h>
Collaboration diagram for pval:

Data Fields | |
| pval * | dad |
| int | endcol |
| int | endline |
| char * | filename |
| pval * | next |
| pval * | prev |
| int | startcol |
| int | startline |
| pvaltype | type |
| union { | |
| char * for_init | |
| pval * list | |
| pval * statements | |
| char * str | |
| } | u1 |
| pval * | u1_last |
| union { | |
| pval * arglist | |
| char * for_test | |
| pval * goto_target | |
| int label_in_case | |
| pval * statements | |
| char * val | |
| } | u2 |
| union { | |
| int abstract | |
| ael_extension * compiled_label | |
| pval * else_statements | |
| char * for_inc | |
| int goto_target_in_case | |
| char * hints | |
| pval * macro_statements | |
| } | u3 |
| union { | |
| pval * for_statements | |
| int regexten | |
| } | u4 |
Definition at line 67 of file ael_structs.h.
| int abstract |
Definition at line 87 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_pval_item(), destroy_pval_item(), gen_prios(), print_pval(), and traverse_pval_item_template().
| struct ael_extension* compiled_label |
Definition at line 115 of file ael_structs.h.
Referenced by check_break(), check_continue(), get_contxt(), get_extension_or_contxt(), and label_inside_case().
| struct pval* else_statements |
Definition at line 98 of file ael_structs.h.
Referenced by add_extensions(), check_pval_item(), destroy_pval_item(), find_pval_goto_item(), gen_prios(), match_pval_item(), and traverse_pval_item_template().
| int endcol |
| int endline |
Definition at line 71 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_app_args(), check_break(), check_context_names(), check_continue(), check_day(), check_dow(), check_expr2_input(), check_goto(), check_includes(), check_label(), check_month(), check_pval_item(), check_timerange(), and extension_matches().
| char* filename |
Definition at line 74 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_app_args(), check_break(), check_context_names(), check_continue(), check_day(), check_dow(), check_expr2_input(), check_goto(), check_includes(), check_label(), check_month(), check_pval_item(), check_timerange(), destroy_pval_item(), and extension_matches().
| char* for_inc |
Definition at line 97 of file ael_structs.h.
Referenced by check_pval_item(), destroy_pval_item(), and gen_prios().
| char* for_init |
Definition at line 81 of file ael_structs.h.
Referenced by check_pval_item(), destroy_pval_item(), and gen_prios().
| struct pval* for_statements |
Definition at line 108 of file ael_structs.h.
Referenced by check_pval_item(), destroy_pval_item(), find_pval_goto_item(), gen_prios(), match_pval_item(), and traverse_pval_item_template().
| char* for_test |
Definition at line 90 of file ael_structs.h.
Referenced by check_pval_item(), destroy_pval_item(), and gen_prios().
| struct pval* goto_target |
| char* hints |
Definition at line 101 of file ael_structs.h.
Referenced by ast_compile_ael2(), and destroy_pval_item().
| int label_in_case |
Definition at line 79 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_abstract_reference(), check_goto(), check_includes(), check_pval_item(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), gen_prios(), get_goto_target(), match_pval_item(), and traverse_pval_item_template().
| struct pval* macro_statements |
Definition at line 99 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_pval_item(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), match_pval_item(), and traverse_pval_item_template().
Definition at line 112 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_abstract_reference(), check_app_args(), check_context_names(), check_goto(), check_includes(), check_pval(), check_pval_item(), destroy_pval(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), find_pval_gotos(), gen_prios(), get_goto_target(), match_pval(), match_pval_item(), print_pval(), print_pval_list(), traverse_pval_item_template(), and traverse_pval_template().
Definition at line 116 of file ael_structs.h.
| int regexten |
| int startcol |
| int startline |
Definition at line 70 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_app_args(), check_break(), check_context_names(), check_continue(), check_day(), check_dow(), check_expr2_input(), check_goto(), check_includes(), check_label(), check_month(), check_pval_item(), check_timerange(), and extension_matches().
| struct pval* statements |
Definition at line 88 of file ael_structs.h.
| struct pval* statements |
Definition at line 80 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_goto(), check_pval_item(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), gen_prios(), get_goto_target(), match_pval_item(), and traverse_pval_item_template().
| char* str |
Definition at line 78 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_abstract_reference(), check_app_args(), check_context_names(), check_day(), check_dow(), check_goto(), check_includes(), check_label(), check_month(), check_pval_item(), check_switch_expr(), check_timerange(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), gen_prios(), get_goto_target(), match_pval_item(), and print_pval().
Definition at line 69 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), check_abstract_reference(), check_break(), check_context_names(), check_continue(), check_goto(), check_pval_item(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), gen_prios(), get_contxt(), get_extension_or_contxt(), get_goto_target(), label_inside_case(), match_pval_item(), print_pval(), set_priorities(), and traverse_pval_item_template().
| union { ... } u1 |
Referenced by ast_compile_ael2(), check_abstract_reference(), check_app_args(), check_context_names(), check_day(), check_dow(), check_goto(), check_includes(), check_label(), check_month(), check_pval_item(), check_switch_expr(), check_timerange(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), gen_prios(), get_goto_target(), match_pval_item(), print_pval(), and traverse_pval_item_template().
Definition at line 83 of file ael_structs.h.
| union { ... } u2 |
Referenced by ast_compile_ael2(), check_abstract_reference(), check_goto(), check_pval_item(), destroy_pval_item(), find_first_label_in_current_context(), find_label_in_current_context(), find_pval_goto_item(), gen_prios(), get_goto_target(), match_pval_item(), print_pval(), and traverse_pval_item_template().
| union { ... } u3 |
| union { ... } u4 |
| char* val |
Definition at line 89 of file ael_structs.h.
Referenced by ast_compile_ael2(), check_pval_item(), destroy_pval_item(), and gen_prios().
1.5.1