|
OpenVAS Scanner 23.23.1
|
#include "nasl_lex_ctxt.h"#include "nasl_func.h"#include "nasl_global_ctxt.h"#include "nasl_tree.h"#include "nasl_var.h"#include <glib.h>Functions | |
| void | init_nasl_library (lex_ctxt *) |
| Adds "built-in" variable and function definitions to a context. | |
| lex_ctxt * | init_empty_lex_ctxt () |
| void | free_lex_ctxt (lex_ctxt *c) |
| void | dump_ctxt (lex_ctxt *c) |
| void dump_ctxt | ( | lex_ctxt * | c | ) |
| void free_lex_ctxt | ( | lex_ctxt * | c | ) |
| lex_ctxt * init_empty_lex_ctxt | ( | void | ) |
| void init_nasl_library | ( | lex_ctxt * | lexic | ) |
Adds "built-in" variable and function definitions to a context.