QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ex_block_t Struct Reference
Collaboration diagram for ex_block_t:
[legend]

Data Fields

struct expr_shead
 the first expression in the block More...
 
int is_call
 this block exprssion forms a function call More...
 
struct expr_sresult
 the result of this block if non-void More...
 
struct expr_s ** tail
 last expression in the block, for appending More...
 

Field Documentation

struct expr_s* head

the first expression in the block

int is_call

this block exprssion forms a function call

struct expr_s* result

the result of this block if non-void

struct expr_s** tail

last expression in the block, for appending


The documentation for this struct was generated from the following file: