Searched refs:expr_init_const_word (Results 1 – 4 of 4) sorted by relevance
/external/ltrace/ |
D | expr.h | 92 void expr_init_const_word(struct expr_node *node, long l,
|
D | printf.c | 177 expr_init_const_word(&len->node, l, &len->type, 0); in form_next_param()
|
D | expr.c | 67 expr_init_const_word(struct expr_node *node, long l, in expr_init_const_word() function
|
D | read_config_file.c | 318 expr_init_const_word(expr, l, type_get_simple(ARGTYPE_LONG), 0); in parse_argnum() 359 expr_init_const_word(e_ix, l - 1, ti, 0); in parse_argnum()
|