|
OpenVAS Scanner 23.23.1
|
#include "nasl_lex_ctxt.h"Go to the source code of this file.
Enumerations | |
| enum | nasl_lint_feature_flags { NLFF_NONE = 0 , NLFF_STRICT_INCLUDES = 1 } |
Functions | |
| void | nasl_lint_feature_flags (int flags) |
| tree_cell * | nasl_lint (lex_ctxt *lexic, tree_cell *st) |
| Search for errors in a nasl script. | |
Search for errors in a nasl script.
| [in] | lexic | nasl context. |
| [in] | st | structure tree of a nasl script. |
| void nasl_lint_feature_flags | ( | int | flags | ) |