Data Fields | |
enum valtype | type |
union { | |
FP___TYPE i | |
char * s | |
} | u |
union { | |
FP___TYPE i | |
char * s | |
} | u |
Definition at line 377 of file ast_expr2.c.
FP___TYPE i |
Definition at line 381 of file ast_expr2.c.
Referenced by compose_func_args(), is_zero_or_null(), op_compl(), op_cond(), op_func(), op_minus(), op_negate(), op_plus(), op_times(), to_number(), and to_string().
char* s |
Definition at line 560 of file ast_expr2f.c.
char* s |
Definition at line 380 of file ast_expr2.c.
Referenced by compose_func_args(), free_value(), is_zero_or_null(), op_colon(), op_compl(), op_cond(), op_eqtilde(), op_func(), strip_quotes(), to_number(), and to_string().
Definition at line 378 of file ast_expr2.c.
Referenced by compose_func_args(), free_value(), is_zero_or_null(), isstring(), op_compl(), strip_quotes(), to_number(), and to_string().
union { ... } u |
union { ... } u |
Referenced by compose_func_args(), free_value(), is_zero_or_null(), op_colon(), op_compl(), op_cond(), op_eqtilde(), op_func(), op_minus(), op_negate(), op_plus(), op_times(), strip_quotes(), to_number(), and to_string().