Data Fields | |
enum valtype | type |
union { | |
FP___TYPE i | |
char * s | |
} | u |
union { | |
FP___TYPE i | |
char * s | |
} | u |
Definition at line 327 of file ast_expr2.c.
FP___TYPE i |
Definition at line 331 of file ast_expr2.c.
Referenced by compose_func_args(), is_zero_or_null(), make_str(), op_compl(), op_cond(), op_func(), op_minus(), op_negate(), op_plus(), op_times(), to_number(), and to_string().
char* s |
Definition at line 574 of file ast_expr2f.c.
char* s |
Definition at line 330 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(), op_tildetilde(), strip_quotes(), to_number(), and to_string().
Definition at line 328 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_tildetilde(), op_times(), strip_quotes(), to_number(), and to_string().