Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


parse_io Struct Reference

#include <ael_structs.h>

Data Fields

struct ast_channelchan
 
struct pvalpval
 
yyscan_t scanner
 
char * string
 
int syntax_error_count
 
struct valval
 

Detailed Description

Definition at line 75 of file ael_structs.h.

Field Documentation

struct ast_channel * chan

Definition at line 353 of file ast_expr2.c.

struct pval* pval

Definition at line 77 of file ael_structs.h.

Referenced by ael2_parse().

yyscan_t scanner

Definition at line 78 of file ael_structs.h.

Referenced by ael2_parse(), ast_expr(), ast_str_expr(), and ast_yyerror().

char * string

Definition at line 350 of file ast_expr2.c.

Referenced by ast_expr(), ast_str_expr(), and ast_yyerror().

int syntax_error_count

Definition at line 79 of file ael_structs.h.

Referenced by ael2_parse(), and yyerror().

struct val * val

Definition at line 351 of file ast_expr2.c.

Referenced by ast_expr(), and ast_str_expr().


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