OpenVAS Scanner  7.0.0~git
YYSTYPE Union Reference

#include <nasl_grammar.tab.h>

Collaboration diagram for YYSTYPE:
Collaboration graph

Data Structures

struct  asciiz
 

Data Fields

long int num
 
char * str
 
struct YYSTYPE::asciiz data
 
tree_cellnode
 

Detailed Description

Definition at line 230 of file nasl_grammar.tab.c.

Field Documentation

◆ data

struct YYSTYPE::asciiz YYSTYPE::data

Referenced by mylex().

◆ node

tree_cell * YYSTYPE::node

Definition at line 240 of file nasl_grammar.tab.c.

Referenced by yyparse().

◆ num

long int YYSTYPE::num

Definition at line 234 of file nasl_grammar.tab.c.

Referenced by mylex().

◆ str

char * YYSTYPE::str

Definition at line 235 of file nasl_grammar.tab.c.

Referenced by mylex(), and yyparse().


The documentation for this union was generated from the following files: