Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dexpr.c135 static struct op_def { struct
154 void eval_op(struct op_def *o, struct value *ret, struct value *rhs) in eval_op() argument
231 struct op_def *o = OPS; in eval_expr()