OpenVAS Scanner
23.23.1
nasl
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
*
14
nasl_exec
(
lex_ctxt
*,
tree_cell
*);
15
16
long
int
17
cell_cmp
(
lex_ctxt
*,
tree_cell
*,
tree_cell
*);
18
19
tree_cell
*
20
cell2atom
(
lex_ctxt
*,
tree_cell
*);
21
22
#endif
nasl_exec
tree_cell * nasl_exec(lex_ctxt *, tree_cell *)
Execute a parse tree.
Definition
exec.c:770
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_lex_ctxt.h
lex_ctxt
struct struct_lex_ctxt lex_ctxt
tree_cell
struct TC tree_cell
Generated on
for OpenVAS Scanner by
1.14.0