Asterisk - The Open Source Telephony Project
18.5.0
|
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_compl(), op_cond(), op_div(), op_eq(), op_func(), op_ge(), op_gt(), op_le(), op_lt(), op_minus(), op_ne(), op_negate(), op_plus(), op_rem(), 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_colon(), op_compl(), op_cond(), op_eq(), op_eqtilde(), op_func(), op_ge(), op_gt(), op_le(), op_lt(), op_ne(), op_tildetilde(), 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(), Property::load(), make_number(), make_str(), op_compl(), strip_quotes(), to_number(), to_string(), and yyparse().
union { ... } u |
Referenced by compose_func_args(), free_value(), is_zero_or_null(), make_number(), make_str(), op_colon(), op_compl(), op_cond(), op_div(), op_eq(), op_eqtilde(), op_func(), op_ge(), op_gt(), op_le(), op_lt(), op_minus(), op_ne(), op_negate(), op_plus(), op_rem(), op_tildetilde(), op_times(), strip_quotes(), to_number(), to_string(), and yyparse().
union { ... } u |