|
OpenVAS Scanner 23.40.3
|
Define struct to store information about a called function. More...

Data Fields | |
| gchar * | func_name |
| gchar * | caller_func |
| gchar * | caller_file |
| gchar* st_func_info::caller_file |
Name of the file from where it is called
Definition at line 36 of file lint.c.
Referenced by free_list_func(), is_deffunc_used(), nasl_lint_def(), and reverse_search().
| gchar* st_func_info::caller_func |
Name of the function from where it is called
Definition at line 35 of file lint.c.
Referenced by free_list_func(), nasl_lint_def(), and reverse_search().
| gchar* st_func_info::func_name |
Function name
Definition at line 34 of file lint.c.
Referenced by free_list_func(), is_deffunc_used(), nasl_lint_def(), and reverse_search().