| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <wsstree.h>
Data Fields | |
| WsUInt8 | findex | 
| WsBool | externp | 
| char * | name | 
| WsUInt32 | line | 
| WsList * | params | 
| WsList * | block | 
| WsUInt32 | usage_count | 
| WsList* WsFunctionRec::block | 
Definition at line 202 of file wsstree.h.
Referenced by compile_stream(), and ws_function().
| WsBool WsFunctionRec::externp | 
Definition at line 198 of file wsstree.h.
Referenced by compile_stream(), and ws_function().
| WsUInt8 WsFunctionRec::findex | 
Definition at line 197 of file wsstree.h.
Referenced by compile_stream(), sort_functions_cmp(), and ws_function().
| WsUInt32 WsFunctionRec::line | 
Definition at line 200 of file wsstree.h.
Referenced by ws_function().
| char* WsFunctionRec::name | 
Definition at line 199 of file wsstree.h.
Referenced by compile_stream(), ws_asm_print(), and ws_function().
| WsList* WsFunctionRec::params | 
Definition at line 201 of file wsstree.h.
Referenced by compile_stream(), ws_expr_linearize(), and ws_function().
| WsUInt32 WsFunctionRec::usage_count | 
Definition at line 206 of file wsstree.h.
Referenced by compile_stream(), and sort_functions_cmp().