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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c998 static eval_fn eval_table, eval_unary; variable
1036 { eval_unary, { { "*", op_mul, NULL },
1053 eval_unary(const struct ops *ops, long *valp, const char **cpp) function
1065 lt = eval_unary(ops, valp, &cp);
1075 lt = eval_unary(ops, valp, &cp);
1085 lt = eval_unary(ops, valp, &cp);

Completed in 97 milliseconds