19 #ifndef EXEC_H_INCLUDED
20 #define EXEC_H_INCLUDED
tree_cell * cell2atom(lex_ctxt *lexic, tree_cell *c1)
Definition: exec.c:196
int cell_cmp(lex_ctxt *lexic, tree_cell *c1, tree_cell *c2)
Definition: exec.c:220
Definition: nasl_tree.h:105
Definition: nasl_lex_ctxt.h:31
tree_cell * nasl_exec(lex_ctxt *lexic, tree_cell *st)
Execute a parse tree.
Definition: exec.c:772