Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
YYSTYPE Union Reference

#include <ast_expr2.h>

Collaboration diagram for YYSTYPE:
Collaboration graph
[legend]

Data Fields

struct expr_nodearglist
 
int intval
 
struct pvalpval
 
char * str
 
struct valval
 

Detailed Description

Definition at line 472 of file ast_expr2.c.

Field Documentation

◆ arglist

struct expr_node * arglist

Definition at line 479 of file ast_expr2.c.

Referenced by yyparse().

◆ intval

int intval

Definition at line 215 of file ael.tab.c.

Referenced by yyparse().

◆ pval

struct pval * pval

Definition at line 217 of file ael.tab.c.

Referenced by yydestruct(), and yyparse().

◆ str

char * str

Definition at line 216 of file ael.tab.c.

Referenced by yydestruct(), and yyparse().

◆ val

struct val * val

Definition at line 478 of file ast_expr2.c.

Referenced by yydestruct(), and yyparse().


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