OpenVAS Scanner  22.7.9
exec.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2023 Greenbone AG
2  * SPDX-FileCopyrightText: 2002-2003 Michel Arboi
3  * SPDX-FileCopyrightText: 2002-2003 Renaud Deraison
4  *
5  * SPDX-License-Identifier: GPL-2.0-only
6  */
7 
8 #ifndef NASL_EXEC_H
9 #define NASL_EXEC_H
10 
11 #include "nasl_lex_ctxt.h"
12 
13 tree_cell *
15 
16 long int
18 
19 tree_cell *
21 
22 #endif
cell2atom
tree_cell * cell2atom(lex_ctxt *, tree_cell *)
Definition: exec.c:194
cell_cmp
long int cell_cmp(lex_ctxt *, tree_cell *, tree_cell *)
Definition: exec.c:218
nasl_exec
tree_cell * nasl_exec(lex_ctxt *, tree_cell *)
Execute a parse tree.
Definition: exec.c:770
nasl_lex_ctxt.h
TC
Definition: nasl_tree.h:94
struct_lex_ctxt
Definition: nasl_lex_ctxt.h:23