OpenVAS Scanner 23.23.1
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
15
16long int
18
21
22#endif
tree_cell * nasl_exec(lex_ctxt *, tree_cell *)
Execute a parse tree.
Definition exec.c:770
tree_cell * cell2atom(lex_ctxt *, tree_cell *)
Definition exec.c:194
long int cell_cmp(lex_ctxt *, tree_cell *, tree_cell *)
Definition exec.c:218
struct struct_lex_ctxt lex_ctxt
struct TC tree_cell