OpenVAS Scanner
7.0.0~git
|
Go to the source code of this file.
Functions | |
void | init_nasl_library (lex_ctxt *) |
Adds "built-in" variable and function definitions to a context. More... | |
void | add_nasl_library (GSList **) |
Add "built-in" variables to a list. More... | |
void add_nasl_library | ( | GSList ** | ) |
Add "built-in" variables to a list.
Definition at line 514 of file nasl_init.c.
References libivars, libsvars, and name.
Referenced by add_predef_varname().
void init_nasl_library | ( | lex_ctxt * | ) |
Adds "built-in" variable and function definitions to a context.
Definition at line 446 of file nasl_init.c.