Kannel: Open Source WAP and SMS gateway  svn-r5335
WsFunctionRec Struct Reference

#include <wsstree.h>

Data Fields

WsUInt8 findex
 
WsBool externp
 
char * name
 
WsUInt32 line
 
WsListparams
 
WsListblock
 
WsUInt32 usage_count
 

Detailed Description

Definition at line 195 of file wsstree.h.

Field Documentation

◆ block

WsList* WsFunctionRec::block

Definition at line 202 of file wsstree.h.

Referenced by compile_stream(), and ws_function().

◆ externp

WsBool WsFunctionRec::externp

Definition at line 198 of file wsstree.h.

Referenced by compile_stream(), and ws_function().

◆ findex

WsUInt8 WsFunctionRec::findex

Definition at line 197 of file wsstree.h.

Referenced by compile_stream(), sort_functions_cmp(), and ws_function().

◆ line

WsUInt32 WsFunctionRec::line

Definition at line 200 of file wsstree.h.

Referenced by ws_function().

◆ name

char* WsFunctionRec::name

Definition at line 199 of file wsstree.h.

Referenced by compile_stream(), ws_asm_print(), and ws_function().

◆ params

WsList* WsFunctionRec::params

Definition at line 201 of file wsstree.h.

Referenced by compile_stream(), ws_expr_linearize(), and ws_function().

◆ usage_count

WsUInt32 WsFunctionRec::usage_count

Definition at line 206 of file wsstree.h.

Referenced by compile_stream(), and sort_functions_cmp().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.