OpenVAS Scanner
6.0.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. More... | |
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 * | ) |
Adds "built-in" variable and function definitions to a context.