Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ws.h>
Data Fields | |
unsigned int | use_latin1_strings: 1 |
unsigned int | warn_stdlib_type_mismatch: 1 |
unsigned int | no_opt_constant_folding: 1 |
unsigned int | no_opt_sort_bc_functions: 1 |
unsigned int | no_opt_peephole: 1 |
unsigned int | no_opt_jumps_to_jumps: 1 |
unsigned int | no_opt_jumps_to_next_instruction: 1 |
unsigned int | no_opt_dead_code: 1 |
unsigned int | no_opt_conv: 1 |
unsigned int | opt_analyze_variable_liveness: 1 |
unsigned int | verbose: 1 |
unsigned int | print_symbolic_assembler: 1 |
unsigned int | print_assembler: 1 |
WsIOProc | stdout_cb |
void * | stdout_cb_context |
WsIOProc | stderr_cb |
void * | stderr_cb_context |
WsPragmaMetaProc | meta_name_cb |
void * | meta_name_cb_context |
WsPragmaMetaProc | meta_http_equiv_cb |
void * | meta_http_equiv_cb_context |
WsPragmaMetaProc WsCompilerParamsRec::meta_http_equiv_cb |
Definition at line 178 of file ws.h.
Referenced by convert_wmlscript_to_wmlscriptc(), main(), and yyparse().
void* WsCompilerParamsRec::meta_http_equiv_cb_context |
Definition at line 179 of file ws.h.
Referenced by convert_wmlscript_to_wmlscriptc(), main(), and yyparse().
WsPragmaMetaProc WsCompilerParamsRec::meta_name_cb |
Definition at line 173 of file ws.h.
Referenced by convert_wmlscript_to_wmlscriptc(), main(), and yyparse().
void* WsCompilerParamsRec::meta_name_cb_context |
Definition at line 174 of file ws.h.
Referenced by convert_wmlscript_to_wmlscriptc(), main(), and yyparse().
unsigned int WsCompilerParamsRec::no_opt_conv |
Definition at line 141 of file ws.h.
Referenced by ws_asm_optimize().
unsigned int WsCompilerParamsRec::no_opt_dead_code |
Definition at line 138 of file ws.h.
Referenced by ws_asm_optimize().
unsigned int WsCompilerParamsRec::no_opt_jumps_to_jumps |
Definition at line 132 of file ws.h.
Referenced by ws_asm_optimize().
unsigned int WsCompilerParamsRec::no_opt_jumps_to_next_instruction |
Definition at line 135 of file ws.h.
Referenced by ws_asm_optimize().
unsigned int WsCompilerParamsRec::no_opt_peephole |
Definition at line 128 of file ws.h.
Referenced by ws_asm_optimize().
unsigned int WsCompilerParamsRec::no_opt_sort_bc_functions |
Definition at line 125 of file ws.h.
Referenced by compile_stream().
unsigned int WsCompilerParamsRec::opt_analyze_variable_liveness |
unsigned int WsCompilerParamsRec::print_assembler |
Definition at line 157 of file ws.h.
Referenced by compile_stream(), convert_wmlscript_to_wmlscriptc(), and main().
unsigned int WsCompilerParamsRec::print_symbolic_assembler |
Definition at line 154 of file ws.h.
Referenced by compile_stream(), convert_wmlscript_to_wmlscriptc(), and main().
WsIOProc WsCompilerParamsRec::stderr_cb |
Definition at line 168 of file ws.h.
Referenced by convert_wmlscript_to_wmlscriptc(), and ws_create().
void* WsCompilerParamsRec::stderr_cb_context |
Definition at line 169 of file ws.h.
Referenced by ws_create().
WsIOProc WsCompilerParamsRec::stdout_cb |
Definition at line 164 of file ws.h.
Referenced by convert_wmlscript_to_wmlscriptc(), and ws_create().
void* WsCompilerParamsRec::stdout_cb_context |
Definition at line 165 of file ws.h.
Referenced by ws_create().
unsigned int WsCompilerParamsRec::use_latin1_strings |
Definition at line 109 of file ws.h.
Referenced by compile_stream(), convert_wmlscript_to_wmlscriptc(), and main().
unsigned int WsCompilerParamsRec::verbose |