| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | ||
| enum valtype | type | |
| union { | ||
| FP___TYPE i | ||
| char * s | ||
| } | u | |
| union { | ||
| FP___TYPE i | ||
| char * s | ||
| } | u | |
Definition at line 325 of file ast_expr2.c.
Definition at line 329 of file ast_expr2.c.
Referenced by compose_func_args(), is_zero_or_null(), make_number(), make_str(), op_func(), op_minus(), op_negate(), op_plus(), op_times(), to_number(), to_string(), and yyparse().
| char* s | 
Definition at line 328 of file ast_expr2.c.
Referenced by compose_func_args(), free_value(), is_zero_or_null(), make_str(), op_func(), strip_quotes(), to_number(), to_string(), and yyparse().
| enum valtype type | 
Definition at line 326 of file ast_expr2.c.
Referenced by compose_func_args(), free_value(), is_zero_or_null(), isstring(), make_number(), make_str(), strip_quotes(), to_number(), and to_string().
| union { ... } u | 
Referenced by compose_func_args(), free_value(), is_zero_or_null(), make_number(), make_str(), op_func(), op_minus(), op_negate(), op_plus(), op_times(), strip_quotes(), to_number(), to_string(), and yyparse().
| union { ... } u |