Searched refs:expr_eval_word (Results 1 – 3 of 3) sorted by relevance
/external/ltrace/ |
D | expr.c | 328 if (expr_eval_word(node->u.node.n, context, arguments, &l) < 0) { in eval_index() 385 expr_eval_word(struct expr_node *node, struct value *context, in expr_eval_word() function 402 return expr_eval_word(node, NULL, NULL, valuep); in expr_eval_constant()
|
D | expr.h | 149 int expr_eval_word(struct expr_node *node, struct value *context,
|
D | lens_default.c | 359 if (expr_eval_word(length, value, arguments, &l) < 0) in format_array()
|