OpenVAS Libraries
9.0.3
|
#include "nasl.h"
#include "nasl_tree.h"
#include "nasl_global_ctxt.h"
#include "nasl_func.h"
#include "nasl_var.h"
#include "nasl_lex_ctxt.h"
#include "exec.h"
#include "nasl_debug.h"
#include "nasl_init.h"
Go to the source code of this file.
Macros | |
#define | NASL_DEBUG 0 |
Functions | |
tree_cell * | nasl_lint (lex_ctxt *lexic, tree_cell *st) |
Definition at line 36 of file lint.c.
References decl_nasl_func(), FAKE_CELL, get_func_ref_by_name(), struct_lex_ctxt::line_nb, TC::line_nb, TC::link, nasl_perror(), NODE_FUN_CALL, NODE_FUN_DEF, TC::str_val, TC::type, and TC::x.
Referenced by exec_nasl_script().