|
OpenVAS Scanner 23.23.1
|
#include "nasl_func.h"#include "exec.h"#include "nasl_debug.h"#include "nasl_global_ctxt.h"#include "nasl_lex_ctxt.h"#include "nasl_tree.h"#include "nasl_var.h"#include <glib.h>#include <stdlib.h>#include <string.h>Macros | |
| #define | TRACE_BUF_SZ 255 |
Functions | |
| static nasl_func * | get_func (lex_ctxt *ctxt, const char *name) |
| This function climbs up in the context list and searches for a given. | |
| nasl_func * | insert_nasl_func (lex_ctxt *lexic, const char *fname, tree_cell *decl_node, int lint_mode) |
| tree_cell * | decl_nasl_func (lex_ctxt *lexic, tree_cell *decl_node, int lint_mode) |
| nasl_func * | get_func_ref_by_name (lex_ctxt *ctxt, const char *name) |
| tree_cell * | nasl_func_call (lex_ctxt *lexic, const nasl_func *f, tree_cell *arg_list) |
| tree_cell * | nasl_return (lex_ctxt *ctxt, tree_cell *retv) |
| void | free_func (nasl_func *f) |
Variables | |
| FILE * | nasl_trace_fp |
| #define TRACE_BUF_SZ 255 |
| void free_func | ( | nasl_func * | f | ) |
This function climbs up in the context list and searches for a given.
function.
| nasl_func * insert_nasl_func | ( | lex_ctxt * | lexic, |
| const char * | fname, | ||
| tree_cell * | decl_node, | ||
| int | lint_mode ) |
|
extern |