Searched refs:expr_error (Results 1 – 1 of 1) sorted by relevance
| /qemu/monitor/ |
| A D | hmp.c | 315 void expr_error(Monitor *mon, const char *fmt, ...) in expr_error() function 360 expr_error(mon, "')' expected"); in expr_unary() 367 expr_error(mon, "character constant expected"); in expr_unary() 372 expr_error(mon, "missing terminating \' character"); in expr_unary() 398 expr_error(mon, "unknown register"); in expr_unary() 404 expr_error(mon, "unexpected end of expression"); in expr_unary() 411 expr_error(mon, "number too large"); in expr_unary() 414 expr_error(mon, "invalid char '%c' in expression", *p); in expr_unary() 446 expr_error(mon, "division by zero"); in expr_prod()
|
Completed in 7 milliseconds