Searched refs:eval_unary (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c793 static eval_fn eval_table, eval_unary; variable
813 { eval_unary, { { "<=", op_le },
825 eval_unary(const struct ops *ops, int *valp, const char **cpp) function
837 lt = eval_unary(ops, valp, &cp);

Completed in 199 milliseconds