OpenVAS Libraries  8.0.3
Functions
exec.h File Reference

Go to the source code of this file.

Functions

tree_cellnasl_exec (lex_ctxt *, tree_cell *)
 Execute a parse tree. More...
 
int cell_cmp (lex_ctxt *, tree_cell *, tree_cell *)
 
tree_cellcell2atom (lex_ctxt *, tree_cell *)
 

Function Documentation

tree_cell* cell2atom ( lex_ctxt lexic,
tree_cell c1 
)
Returns
A 'referenced' cell.
int cell_cmp ( lex_ctxt ,
tree_cell ,
tree_cell  
)
tree_cell* nasl_exec ( lex_ctxt ,
tree_cell  
)

Execute a parse tree.

Todo:
There is a lot of duplicated code in following cases, could be refactored.