Home
last modified time | relevance | path

Searched refs:expr_eval_word (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dexpr.c328 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()
Dexpr.h149 int expr_eval_word(struct expr_node *node, struct value *context,
Dlens_default.c359 if (expr_eval_word(length, value, arguments, &l) < 0) in format_array()